Home
last modified time | relevance | path

Searched refs:hstr_el2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h178 write_sysreg(1 << 15, hstr_el2); in __activate_traps_common()
221 write_sysreg(0, hstr_el2); in __deactivate_traps_common()
/openbmc/u-boot/arch/arm/include/asm/
H A Dmacro.h259 msr hstr_el2, xzr /* Disable coprocessor traps to EL2 */
/openbmc/linux/arch/arm64/include/asm/
H A Del2_setup.h134 msr hstr_el2, xzr // Disable CP15 traps to EL2
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c305 if (env->cp15.hstr_el2 & HSTR_TJDBX) { in HELPER()
804 if (env->cp15.hstr_el2 & mask) { in HELPER()
H A Dhflags.c171 if (el < 2 && env->cp15.hstr_el2 && arm_is_el2_enabled(env) && in rebuild_hflags_a32()
H A Dtranslate.c2998 t = load_cpu_offset(offsetoflow32(CPUARMState, cp15.hstr_el2)); in do_coproc_insn()
/openbmc/qemu/target/arm/
H A Dcpu.h373 uint64_t hstr_el2; member
H A Dhelper.c2419 (env->cp15.hstr_el2 & HSTR_TTEE)) { in teecr_access()
6584 .fieldoffset = offsetof(CPUARMState, cp15.hstr_el2) },
8580 (env->cp15.hstr_el2 & HSTR_TJDBX)) { in access_joscr_jmcr()