Searched refs:mair_el (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 2116 mair = env->cp15.mair_el[regime_el(env, mmu_idx)]; in get_phys_addr_lpae() 2754 uint64_t mair = env->cp15.mair_el[regime_el(env, mmu_idx)]; in pmsav8_mpu_lookup()
|
H A D | cpu.h | 410 uint64_t mair_el[4]; member
|
H A D | helper.c | 2303 .fieldoffset = offsetof(CPUARMState, cp15.mair_el[1]), 2307 .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.mair_el[3]), 6391 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.mair_el[2]), 6396 .fieldoffset = offsetofhigh32(CPUARMState, cp15.mair_el[2]) },
|