Searched refs:CPTR_EL2_TAM (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dkvm_emulate.h575 if ((clr) & CPTR_EL2_TAM) \
576 cptr |= CPTR_EL2_TAM; \
595 if ((set) & CPTR_EL2_TAM) \
596 cptr |= CPTR_EL2_TAM; \
H A Dkvm_arm.h297 #define CPTR_EL2_TAM (1 << 30) macro
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c47 val |= CPTR_EL2_TAM; /* Same bit irrespective of E2H */
H A Dpkvm.c62 cptr_set |= CPTR_EL2_TAM;
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c107 val |= CPTR_EL2_TAM;

Completed in 138 milliseconds