Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_FP_ASIMD (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h222 if (esr_ec != ESR_ELx_EC_FP_ASIMD && in __hyp_handle_fpsimd()
228 if (esr_ec != ESR_ELx_EC_FP_ASIMD) in __hyp_handle_fpsimd()
/Linux-v5.10/arch/arm64/kernel/
Dentry-common.c391 case ESR_ELx_EC_FP_ASIMD: in el0_sync_handler()
461 case ESR_ELx_EC_FP_ASIMD: in el0_sync_compat_handler()
Dtraps.c711 [ESR_ELx_EC_FP_ASIMD] = "ASIMD",
/Linux-v5.10/arch/arm64/kvm/
Dhandle_exit.c197 [ESR_ELx_EC_FP_ASIMD] = handle_no_fpsimd,
/Linux-v5.10/arch/arm64/include/asm/
Desr.h20 #define ESR_ELx_EC_FP_ASIMD (0x07) macro