Searched refs:AE_CODE_CONTROL (Results 1 – 7 of 7) sorted by relevance
142 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
137 if ((status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_ds_dump_method_stack()
77 if ((status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_db_dump_method_info()
445 AE_CODE_CONTROL)) { in acpi_ps_parse_loop()
419 if ((callback_status & AE_CODE_MASK) == AE_CODE_CONTROL) { in acpi_ps_next_parse_state()
221 if (ACPI_SUCCESS(status) || (status & AE_CODE_CONTROL)) { in acpi_ds_method_error()
56 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro68 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL))