Home
last modified time | relevance | path

Searched refs:vstcr_el2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/
H A Dinternals.h1003 uint64_t v = env->cp15.vstcr_el2 & ~VTCR_SHARED_FIELD_MASK; in regime_tcr()
H A Dptw.c197 s2walk_secure = !(env->cp15.vstcr_el2 & VSTCR_SW); in ptw_idx_for_stage_2()
3407 !(env->cp15.vstcr_el2 & (VSTCR_SA | VSTCR_SW)) in get_phys_addr_twostage()
H A Dcpu.h316 uint64_t vstcr_el2; /* Secure Virtualization Translation Control. */ member
H A Dhelper.c6615 .fieldoffset = offsetof(CPUARMState, cp15.vstcr_el2) },