Home
last modified time | relevance | path

Searched refs:tcr_el (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/arm/
H A Dinternals.h601 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 Ddebug_helper.c452 (env->cp15.tcr_el[target_el] & TTBCR_EAE)) { in arm_debug_exception_fsr()
H A Dhelper.c4375 .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 Dcpu.h370 uint64_t tcr_el[4]; member
H A Dcpu.c294 env->cp15.tcr_el[1] = 5 | (1ULL << 37); in arm_cpu_reset_hold()
H A Dptw.c3216 uint64_t tcr = env->cp15.tcr_el[r_el]; in get_phys_addr_disabled()