Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dkvm_emulate.h579 if ((clr) & CPTR_EL2_TAM) \
580 cptr |= CPTR_EL2_TAM; \
599 if ((set) & CPTR_EL2_TAM) \
600 cptr |= CPTR_EL2_TAM; \
H A Dkvm_nested.h45 cpacr_el1 |= cptr_el2 & (CPTR_EL2_TCPAC | CPTR_EL2_TAM); in translate_cptr_el2_to_cpacr_el1()
H A Dkvm_arm.h297 #define CPTR_EL2_TAM (1 << 30) macro
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c40 u64 val = CPTR_EL2_TAM; /* Same bit irrespective of E2H */ in __activate_cptr_traps()
/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c80 u64 val = CPACR_EL1_TTA | CPTR_EL2_TAM; in __activate_cptr_traps()
/linux-6.15/arch/arm64/kvm/
H A Demulate-nested.c379 .value = CPTR_EL2_TAM,
380 .mask = CPTR_EL2_TAM,