summaryrefslogtreecommitdiff
path: root/target-arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+2
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-17target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell1-0/+34
2016-06-17target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell1-2/+11
2016-06-14target-arm: kvm64: set guest PMUv3 feature bit if supportedShannon Zhao1-0/+2
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz1-2/+0
2016-06-06target-arm: A64: Create Instruction Syndromes for Data AbortsEdgar E. Iglesias1-1/+13
2016-06-06target-arm: Add the HSTR_EL2 registerAlistair Francis1-0/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-2/+0
2016-05-19target-arm: make cpu-qom.h not target specificPaolo Bonzini1-3/+176
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-03-04target-arm: implement BE32 mode in system emulationPaolo Bonzini1-3/+2
2016-03-04target-arm: introduce tbflag for endiannessPeter Crosthwaite1-0/+7
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini1-0/+11
2016-03-04arm: cpu: handle BE32 user-mode as BEPeter Crosthwaite1-1/+16
2016-03-04target-arm: cpu: Move cpu_is_big_endian to headerPeter Crosthwaite1-0/+19
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini1-8/+39
2016-02-26target-arm: Fix handling of SDCR for 32-bit codePeter Maydell1-0/+4
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell1-2/+11
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-18target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell1-0/+5
2016-02-18target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell1-0/+12
2016-02-18target-arm: correct CNTFRQ access rightsPeter Maydell1-0/+12
2016-02-11target-arm: Add isread parameter to CPAccessFnsPeter Maydell1-1/+3
2016-02-11target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3Peter Maydell1-5/+43
2016-02-11target-arm: Implement MDCR_EL3 and SDCRPeter Maydell1-0/+1
2016-02-11target-arm: Fix typo in comment in arm_is_secure_below_el3()Peter Maydell1-1/+1
2016-01-21target-arm: Properly support EL2 and EL3 in arm_el_is_aa64()Peter Maydell1-9/+24
2016-01-21target-arm: Support multiple address spaces in page table walksPeter Maydell1-0/+9
2016-01-21target-arm: Implement asidx_from_attrsPeter Maydell1-0/+8
2016-01-21target-arm: Add QOM property for Secure memory regionPeter Maydell1-0/+6
2015-10-27target-arm: Add HPFAR_EL2Edgar E. Iglesias1-0/+1
2015-10-27target-arm: Fix "no 64-bit EL2" assumption in arm_excp_unmasked()Peter Maydell1-30/+52
2015-10-16target-arm: implement arm_debug_target_el()Sergey Fedorov1-1/+16
2015-10-16target-arm: Add MDCR_EL2Sergey Fedorov1-0/+1
2015-10-16target-arm: Implement AArch64 OSLAR/OSLSR_EL1 sysregsDavorin Mista1-0/+1
2015-10-16target-arm: Avoid calling arm_el_is_aa64() function for unimplemented ELSergey Sorokin1-3/+8
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson1-1/+0
2015-10-07target-arm: Add condexec state to insn_startRichard Henderson1-0/+1
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+0
2015-09-14target-arm: Add VMPIDR_EL2Edgar E. Iglesias1-0/+1
2015-09-14target-arm: Add VPIDR_EL2Edgar E. Iglesias1-0/+1
2015-09-14target-arm: Add VTTBR_EL2Edgar E. Iglesias1-0/+1
2015-09-14target-arm: Add VTCR_EL2Edgar E. Iglesias1-0/+1
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-2/+2
2015-09-11typofixes - v4Veres Lajos1-2/+2
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-2/+2
2015-09-07target-arm: Fix arm_excp_unmasked() functionSergey Sorokin1-3/+3
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell1-0/+1
2015-09-07target-arm/arm-semi.c: Support widening APIs to 64 bitsPeter Maydell1-1/+1