Searched refs:AE_CODE_CONTROL (Results 1 – 7 of 7) sorted by relevance
22 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL))66 #define ACPI_CNTL_EXCEPTION(status) (((status) & AE_CODE_MASK) == AE_CODE_CONTROL)
106 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
103 if ((status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_ds_dump_method_stack()
50 if ((status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_db_dump_method_info()
268 AE_CODE_CONTROL)) { in acpi_ps_parse_loop()
386 if ((callback_status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_ps_next_parse_state()
187 if (ACPI_SUCCESS(status) || (status & AE_CODE_CONTROL)) { in acpi_ds_method_error()