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.h464 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 Ddebug_helper.c452 (env->cp15.tcr_el[target_el] & TTBCR_EAE)) { in arm_debug_exception_fsr()
H A Dhelper.c4483 .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 Dcpu.h314 uint64_t tcr_el[4]; member
H A Dcpu.c303 env->cp15.tcr_el[1] = 5 | (1ULL << 37); in arm_cpu_reset_hold()
H A Dptw.c3250 uint64_t tcr = env->cp15.tcr_el[r_el]; in get_phys_addr_disabled()