Searched refs:tcr_el (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | internals.h | 464 uint64_t tcr = env->cp15.tcr_el[arm_is_secure(env) ? 3 : 1]; in extended_addresses_enabled() 1007 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 | 4483 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[1]) }, 4488 .bank_fieldoffsets = { offsetoflow32(CPUARMState, cp15.tcr_el[3]), 4489 offsetoflow32(CPUARMState, cp15.tcr_el[1])} }, 4501 offsetofhigh32(CPUARMState, cp15.tcr_el[3]), 4502 offsetofhigh32(CPUARMState, cp15.tcr_el[1]), 6418 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[2]) }, 6672 .fieldoffset = offsetof(CPUARMState, cp15.tcr_el[3]) },
|
H A D | cpu.h | 314 uint64_t tcr_el[4]; member
|
H A D | cpu.c | 303 env->cp15.tcr_el[1] = 5 | (1ULL << 37); in arm_cpu_reset_hold()
|
H A D | ptw.c | 3250 uint64_t tcr = env->cp15.tcr_el[r_el]; in get_phys_addr_disabled()
|