Home
last modified time | relevance | path

Searched refs:CPTR_EL2_TAM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c76 val |= CPTR_EL2_TAM; in __activate_traps()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c47 val |= CPTR_EL2_TAM; /* Same bit irrespective of E2H */ in __activate_traps()
H A Dpkvm.c60 cptr_set |= CPTR_EL2_TAM; in pvm_init_traps_aa64pfr0()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h295 #define CPTR_EL2_TAM (1 << 30) macro