Searched refs:AE_CODE_CONTROL (Results 1 – 2 of 2) sorted by relevance
54 #define AE_CODE_CONTROL 0x4000 macro170 #define AE_CTRL_RETURN_VALUE (acpi_status) (0x0001 | AE_CODE_CONTROL)171 #define AE_CTRL_PENDING (acpi_status) (0x0002 | AE_CODE_CONTROL)172 #define AE_CTRL_TERMINATE (acpi_status) (0x0003 | AE_CODE_CONTROL)173 #define AE_CTRL_TRUE (acpi_status) (0x0004 | AE_CODE_CONTROL)174 #define AE_CTRL_FALSE (acpi_status) (0x0005 | AE_CODE_CONTROL)175 #define AE_CTRL_DEPTH (acpi_status) (0x0006 | AE_CODE_CONTROL)176 #define AE_CTRL_END (acpi_status) (0x0007 | AE_CODE_CONTROL)177 #define AE_CTRL_TRANSFER (acpi_status) (0x0008 | AE_CODE_CONTROL)178 #define AE_CTRL_BREAK (acpi_status) (0x0009 | AE_CODE_CONTROL)[all …]
107 case AE_CODE_CONTROL: in acpi_ut_validate_exception()
Completed in 3 milliseconds