Home
last modified time | relevance | path

Searched refs:CPACR_EL1_ZEN (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/kvm/hyp/
Dswitch.c105 val &= ~CPACR_EL1_ZEN; in activate_traps_vhe()
120 val |= CPACR_EL1_ZEN; in activate_traps_vhe()
368 reg |= CPACR_EL1_ZEN; in __hyp_handle_fpsimd()
/arch/arm64/include/asm/
Dsysreg.h804 #define CPACR_EL1_ZEN (CPACR_EL1_ZEN_EL1EN | CPACR_EL1_ZEN_EL0EN) macro