Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h52 #define ESR_ELx_EC_IABT_CUR (0x21) macro
/openbmc/linux/arch/arm64/kvm/
H A Dinject_fault.c79 esr |= (ESR_ELx_EC_IABT_CUR << ESR_ELx_EC_SHIFT); in inject_abt64()
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h44 #define ESR_ELx_EC_IABT_CUR UL(0x21) macro
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c457 case ESR_ELx_EC_IABT_CUR: in el1h_64_sync_handler()
H A Dtraps.c879 [ESR_ELx_EC_IABT_CUR] = "IABT (current EL)",
/openbmc/linux/arch/arm64/mm/
H A Dfault.c249 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_CUR; in is_el1_instruction_abort()