Searched refs:AE_CODE_CONTROL (Results 1 – 3 of 3) sorted by relevance
57 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro69 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL))103 #define ACPI_CNTL_EXCEPTION(Status) (((Status) & AE_CODE_MASK) == AE_CODE_CONTROL)
160 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
237 (Status & AE_CODE_CONTROL)) in AcpiDsMethodError()