Home
last modified time | relevance | path

Searched refs:hmi_event_available (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal.c709 local_paca->hmi_event_available = 1; in opal_hmi_exception_early()
730 local_paca->hmi_event_available = 1; in opal_hmi_exception_early2()
743 if (!local_paca->hmi_event_available) in opal_handle_hmi_exception()
746 local_paca->hmi_event_available = 0; in opal_handle_hmi_exception()
/linux-6.12.1/arch/powerpc/include/asm/
Dpaca.h226 u8 hmi_event_available; /* HMI event is available */ member
/linux-6.12.1/arch/powerpc/xmon/
Dxmon.c2647 DUMP(p, hmi_event_available, "%#-*x"); in dump_one_paca()