Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Desr.h14 #define ESR_ELx_EC_WFx (0x01) macro
151 #define ESR_ELx_WFx_WFI_VAL ((ESR_ELx_EC_WFx << ESR_ELx_EC_SHIFT) | \
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dhandle_exit.c177 [ESR_ELx_EC_WFx] = kvm_handle_wfx,
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-common.c391 case ESR_ELx_EC_WFx: in el0_sync_handler()
H A Dtraps.c711 [ESR_ELx_EC_WFx] = "WFI/WFE",