Searched refs:CPTR_EL2_TZ (Results 1 - 8 of 8) sorted by last modified time

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c61 val |= CPTR_EL2_TFP | CPTR_EL2_TZ;
H A Dpkvm.c68 cptr_set |= CPTR_EL2_TZ;
H A Dhyp-main.c412 sysreg_clear_set(cptr_el2, CPTR_EL2_TZ, 0);
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h365 reg |= CPTR_EL2_TZ;
/linux-master/arch/arm64/include/asm/
H A Dkvm_nested.h41 if (!(cptr_el2 & CPTR_EL2_TZ))
H A Dkvm_emulate.h588 val |= CPTR_EL2_TZ;
H A Del2_setup.h286 bic x0, x0, #CPTR_EL2_TZ
H A Dkvm_arm.h301 #define CPTR_EL2_TZ (1 << 8) macro

Completed in 183 milliseconds