Home
last modified time | relevance | path

Searched refs:AML_NOOP_OP (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
HDAcpiAml.h130 #define AML_NOOP_OP 0xa3 macro
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdscontrol.c464 case AML_NOOP_OP: in AcpiDsExecEndControlOp()
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDaslmap.c330 /* ERRORNODE */ OP_TABLE_ENTRY (AML_NOOP_OP, 0, …
422 /* NOOP */ OP_TABLE_ENTRY (AML_NOOP_OP, 0, …
/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDamlcode.h245 #define AML_NOOP_OP (UINT16) 0xa3 macro
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmwalk.c676 case AML_NOOP_OP: in AcpiDmDescendingOp()