gem5/src/arch/arm
Steve Reinhardt c65fa3dceb syscall_emul: fix warn_once behavior
The current ignoreWarnOnceFunc doesn't really work as expected,
since it will only generate one warning total, for whichever
"warn-once" syscall is invoked first.  This patch fixes that
behavior by keeping a "warned" flag in the SyscallDesc object,
allowing suitably flagged syscalls to warn exactly once per
syscall.
2015-05-05 09:25:59 -07:00
..
freebsd arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
insts arm: Merge ISA files with pseudo instructions 2015-02-16 03:32:58 -05:00
isa arm: Add missing FPEXC.EN check 2015-05-05 03:22:45 -04:00
linux syscall_emul: fix warn_once behavior 2015-05-05 09:25:59 -07:00
ArmInterrupts.py sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
ArmISA.py arm: Add a model of an ARM PMUv3 2014-10-16 05:49:39 -04:00
ArmNativeTrace.py cpu: Put all CPU instruction tracers in a single file 2015-01-25 07:22:17 -05:00
ArmPMU.py arm: Add helper methods to setup architected PMU events 2014-10-16 05:49:42 -04:00
ArmSystem.py arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
ArmTLB.py arm: Share a port for the two table walker objects 2015-03-02 04:00:42 -05:00
ccregs.hh arm: use condition code registers for ARM ISA 2014-04-29 16:05:02 -05:00
decoder.cc arm: Raise an alignment fault if a PC has illegal alignment 2014-12-23 09:31:17 -05:00
decoder.hh arm: Clean up and document decoder API 2014-12-23 09:31:17 -05:00
faults.cc arch: Use const StaticInstPtr references where possible 2014-09-27 09:08:36 -04:00
faults.hh arm: Fixes based on UBSan and static analysis 2014-11-14 03:53:51 -05:00
interrupts.cc arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
interrupts.hh arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
intregs.hh arm: ISA X31 destination register fix 2014-09-03 07:42:43 -04:00
isa.cc arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
isa.hh arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
isa_device.cc arm: Add support for filtering in the PMU 2014-12-23 09:31:17 -05:00
isa_device.hh arm: Add support for filtering in the PMU 2014-12-23 09:31:17 -05:00
isa_traits.hh arch: Cleanup unused ISA traits constants 2014-09-03 07:42:21 -04:00
kernel_stats.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
locked_mem.hh arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
microcode_rom.hh arm: include missing file for arm 2009-04-21 15:40:26 -07:00
miscregs.cc arm: enable DCZVA by default in SE mode 2015-05-05 03:22:42 -04:00
miscregs.hh arm: Mark some miscregs (timer counter) registers at unverifiable. 2014-10-29 23:18:24 -05:00
mmapped_ipr.hh arch: Add support for m5ops using mmapped IPRs 2013-09-30 12:20:43 +02:00
nativetrace.cc arm: use condition code registers for ARM ISA 2014-04-29 16:05:02 -05:00
nativetrace.hh ARM: Add vfpv3 support to native trace. 2011-05-04 20:38:26 -05:00
pagetable.hh mem: Page Table map api modification 2014-11-23 18:01:09 -08:00
pmu.cc arm: Add support for filtering in the PMU 2014-12-23 09:31:17 -05:00
pmu.hh arm: Add support for filtering in the PMU 2014-12-23 09:31:17 -05:00
process.cc arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
process.hh arm: Fixes based on UBSan and static analysis 2014-11-14 03:53:51 -05:00
pseudo_inst.hh kvm, x86: Adding support for SE mode execution 2014-11-23 18:01:08 -08:00
registers.hh arm: use condition code registers for ARM ISA 2014-04-29 16:05:02 -05:00
remote_gdb.cc arm: Correctly access the stack pointer in GDB 2015-03-02 04:00:27 -05:00
remote_gdb.hh misc: Appease gcc 5.1 without moving GDB_REG_BYTES 2015-04-24 03:30:08 -04:00
SConscript arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
SConsopts arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
stacktrace.cc arch: Use const StaticInstPtr references where possible 2014-09-27 09:08:36 -04:00
stacktrace.hh arch: Use const StaticInstPtr references where possible 2014-09-27 09:08:36 -04:00
stage2_lookup.cc arch: Pass faults by const reference where possible 2014-09-19 10:35:18 -04:00
stage2_lookup.hh sim: Move the BaseTLB to src/arch/generic/ 2015-02-11 10:23:27 -05:00
stage2_mmu.cc arm: Share a port for the two table walker objects 2015-03-02 04:00:42 -05:00
stage2_mmu.hh arch, cpu: Do not forward snoops to table walker 2015-05-05 03:22:27 -04:00
system.cc arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
system.hh arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
table_walker.cc arm: Share a port for the two table walker objects 2015-03-02 04:00:42 -05:00
table_walker.hh arm: Share a port for the two table walker objects 2015-03-02 04:00:42 -05:00
tlb.cc arm: Relax ordering for some uncacheable accesses 2015-05-05 03:22:34 -04:00
tlb.hh arm: Remove unnecessary boot uncachability 2015-05-05 03:22:30 -04:00
types.hh arm: Raise an alignment fault if a PC has illegal alignment 2014-12-23 09:31:17 -05:00
utility.cc arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
utility.hh arch: Use const StaticInstPtr references where possible 2014-09-27 09:08:36 -04:00
vtophys.cc arm: Fix broken page table permissions checks in remote GDB 2015-03-02 04:00:27 -05:00
vtophys.hh gcc: Clean-up of non-C++0x compliant code, first steps 2012-03-19 06:36:09 -04:00