Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h303 #define ESR_ELx_FP_EXC_TFV (UL(1) << 23) macro
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c1562 if (esr & ESR_ELx_FP_EXC_TFV) { in do_fpsimd_exc()