Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h25 #define ESR_ELx_EC_WFx (0x01) macro
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h14 #define ESR_ELx_EC_WFx UL(0x01) macro
182 #define ESR_ELx_WFx_WFI_VAL ((ESR_ELx_EC_WFx << ESR_ELx_EC_SHIFT) | \
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c257 [ESR_ELx_EC_WFx] = kvm_handle_wfx,
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c717 case ESR_ELx_EC_WFx: in el0t_64_sync_handler()
H A Dtraps.c855 [ESR_ELx_EC_WFx] = "WFI/WFE",