Home
last modified time | relevance | path

Searched refs:AML_NOTIFY_OP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h103 #define AML_NOTIFY_OP 0x86 macro
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadwalk.c901 (Op->Common.AmlOpcode != AML_NOTIFY_OP)) in AcpiDmXrefDescendingOp()
943 else if (Op->Common.AmlOpcode == AML_NOTIFY_OP) in AcpiDmXrefDescendingOp()
1233 (NextOp->Common.AmlOpcode == AML_NOTIFY_OP) || in AcpiDmInspectPossibleArgs()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h218 #define AML_NOTIFY_OP (UINT16) 0x86 macro
/illumos-gate/usr/src/common/acpica/executer/
H A Dexoparg2.c220 case AML_NOTIFY_OP: /* Notify (NotifyObject, NotifyValue) */ in AcpiExOpcode_2A_0T_0R()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslmap.c424 /* NOTIFY */ OP_TABLE_ENTRY (AML_NOTIFY_OP, 0, …
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmwalk.c1110 if (Op->Common.AmlOpcode == AML_NOTIFY_OP) in AcpiDmAscendingOp()