Home
last modified time | relevance | path

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

/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h31 #define ESR_ELx_EC_FP_ASIMD (0x07) macro
/linux/arch/arm64/kernel/
H A Dentry-common.c763 case ESR_ELx_EC_FP_ASIMD: in el0t_64_sync_handler()
913 case ESR_ELx_EC_FP_ASIMD: in el0t_32_sync_handler()
/linux/tools/arch/arm64/include/asm/
H A Desr.h19 #define ESR_ELx_EC_FP_ASIMD UL(0x07) macro
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c526 [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd,
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h599 case ESR_ELx_EC_FP_ASIMD: in kvm_hyp_handle_fpsimd()