Home
last modified time | relevance | path

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

/acpica-3.5.0/source/include/
Dacexcep.h162 #define AE_CODE_PROGRAMMER 0x1000 /* External ACPICA interface caller */ macro
174 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER))
209 #define ACPI_PROG_EXCEPTION(Status) (((Status) & AE_CODE_MASK) == AE_CODE_PROGRAMMER)
/acpica-3.5.0/source/components/utilities/
Dutexcep.c244 case AE_CODE_PROGRAMMER: in ACPI_EXPORT_SYMBOL()