Home
last modified time | relevance | path

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

/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h51 #define ESR_ELx_EC_FPAC (0x1C) /* EL1 and above */ macro
/linux/arch/arm64/kernel/
H A Dentry-common.c471 case ESR_ELx_EC_FPAC: in el1h_64_sync_handler()
797 case ESR_ELx_EC_FPAC: in el0t_64_sync_handler()
H A Dtraps.c855 [ESR_ELx_EC_FPAC] = "FPAC",
/linux/tools/arch/arm64/include/asm/
H A Desr.h38 #define ESR_ELx_EC_FPAC UL(0x1C) /* EL1 and above */ macro
/linux/arch/arm64/include/asm/
H A Desr.h40 #define ESR_ELx_EC_FPAC UL(0x1C) /* EL1 and above */ macro
/linux/arch/arm64/kvm/
H A Demulate-nested.c2712 esr |= FIELD_PREP(ESR_ELx_EC_MASK, ESR_ELx_EC_FPAC); in kvm_emulate_nested_eret()