Home
last modified time | relevance | path

Searched refs:CPTR_EL2_TZ (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c66 val |= CPTR_EL2_TZ; in __activate_traps()
90 val |= CPTR_EL2_TZ; in __deactivate_traps()
H A Dhyp-main.c
H A Dpkvm.c
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h299 #define CPTR_EL2_TZ (1 << 8) macro
H A Del2_setup.h285 bic x0, x0, #CPTR_EL2_TZ
H A Dkvm_emulate.h604 val |= CPTR_EL2_TZ; in kvm_get_reset_cptr_el2()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h373 reg |= CPTR_EL2_TZ; in handle_tx2_tvm()