Home
last modified time | relevance | path

Searched refs:AE_CODE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/acpi/
Dacexcep.h22 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro
34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL))
66 #define ACPI_CNTL_EXCEPTION(status) (((status) & AE_CODE_MASK) == AE_CODE_CONTROL)
/linux-6.6.21/drivers/acpi/acpica/
Dutexcep.c106 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
Ddsmethod.c187 if (ACPI_SUCCESS(status) || (status & AE_CODE_CONTROL)) { in acpi_ds_method_error()