Home
last modified time | relevance | path

Searched refs:AE_CODE_PROGRAMMER (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/acpi/
A Dacexcep.h19 #define AE_CODE_PROGRAMMER 0x1000 /* External ACPICA interface caller */ macro
31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER))
64 #define ACPI_PROG_EXCEPTION(status) (((status) & AE_CODE_MASK) == AE_CODE_PROGRAMMER)
/linux-6.3-rc2/drivers/acpi/acpica/
A Dutexcep.c85 case AE_CODE_PROGRAMMER: in ACPI_EXPORT_SYMBOL()

Completed in 4 milliseconds