Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kvm/hyp/nvhe/
Dswitch.c47 val |= CPTR_EL2_TFP | CPTR_EL2_TZ; in __activate_traps()
99 cptr |= CPTR_EL2_TZ; in __deactivate_traps()
Dhyp-main.c241 sysreg_clear_set(cptr_el2, CPTR_EL2_TZ, 0); in handle_trap()
/Linux-v5.15/arch/arm64/include/asm/
Del2_setup.h138 bic x0, x0, #CPTR_EL2_TZ // Also disable SVE traps
Dkvm_arm.h283 #define CPTR_EL2_TZ (1 << 8) macro
/Linux-v5.15/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h265 reg |= CPTR_EL2_TZ; in __hyp_handle_fpsimd()