Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h179 #define AML_FIRST_LOCAL_OP (UINT16) 0x60 /* Used for Local op # calculations */ macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c642 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP; in AcpiDsInitObjectFromOp()