Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dopal.c706 local_paca->hmi_event_available = 1; in opal_hmi_exception_early()
727 local_paca->hmi_event_available = 1; in opal_hmi_exception_early2()
740 if (!local_paca->hmi_event_available) in opal_handle_hmi_exception()
743 local_paca->hmi_event_available = 0; in opal_handle_hmi_exception()
/linux/arch/powerpc/include/asm/
H A Dpaca.h226 u8 hmi_event_available; /* HMI event is available */ member