Enum uacpi_work_type
enum uacpi_work_type {
UACPI_WORK_GPE_EXECUTION,
UACPI_WORK_NOTIFICATION
};Values
UACPI_WORK_GPE_EXECUTIONSchedule a GPE handler method for execution.
This should be scheduled to run on CPU0 to avoid potential SMI-related
firmware bugs.
UACPI_WORK_NOTIFICATIONSchedule a Notify(device) firmware request for execution.
This can run on any CPU.