Searched refs:AE_CODE_CONTROL (Results 1 – 3 of 3) sorted by relevance
165 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL))211 #define ACPI_CNTL_EXCEPTION(Status) (((Status) & AE_CODE_MASK) == AE_CODE_CONTROL)
268 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
345 (Status & AE_CODE_CONTROL)) in AcpiDsMethodError()