Searched refs:tcr_el (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | internals.h | 601 uint64_t tcr = env->cp15.tcr_el[arm_is_secure(env) ? 3 : 1]; in extended_addresses_enabled() 1144 return env->cp15.tcr_el[regime_el(env, mmu_idx)]; in regime_tcr()
|
H A D | debug_helper.c | 452 (env->cp15.tcr_el[target_el] & TTBCR_EAE)) { in arm_debug_exception_fsr()
|
H A D | helper.c | 4375 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[1]) }, 4380 .bank_fieldoffsets = { offsetoflow32(CPUARMState, cp15.tcr_el[3]), 4381 offsetoflow32(CPUARMState, cp15.tcr_el[1])} }, 4393 offsetofhigh32(CPUARMState, cp15.tcr_el[3]), 4394 offsetofhigh32(CPUARMState, cp15.tcr_el[1]), 5708 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[2]) }, 5968 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[3]) },
|
H A D | cpu.h | 370 uint64_t tcr_el[4]; member
|
H A D | cpu.c | 294 env->cp15.tcr_el[1] = 5 | (1ULL << 37); in arm_cpu_reset_hold()
|
H A D | ptw.c | 3216 uint64_t tcr = env->cp15.tcr_el[r_el]; in get_phys_addr_disabled()
|