Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h103 #define AML_NOTIFY_OP 0x86 macro
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c912 (Op->Common.AmlOpcode != AML_NOTIFY_OP)) in AcpiDmXrefDescendingOp()
954 else if (Op->Common.AmlOpcode == AML_NOTIFY_OP) in AcpiDmXrefDescendingOp()
1244 (NextOp->Common.AmlOpcode == AML_NOTIFY_OP) || in AcpiDmInspectPossibleArgs()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h218 #define AML_NOTIFY_OP (UINT16) 0x86 macro
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexoparg2.c220 case AML_NOTIFY_OP: /* Notify (NotifyObject, NotifyValue) */ in AcpiExOpcode_2A_0T_0R()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmap.c426 /* NOTIFY */ OP_TABLE_ENTRY (AML_NOTIFY_OP, 0, …
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c1117 if (Op->Common.AmlOpcode == AML_NOTIFY_OP) in AcpiDmAscendingOp()