Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/dispatcher/
HDdscontrol.c345 case AML_NOOP_OP: in AcpiDsExecEndControlOp()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslmap.c220 /* ERRORNODE */ OP_TABLE_ENTRY (AML_NOOP_OP, 0, …
311 /* NOOP */ OP_TABLE_ENTRY (AML_NOOP_OP, 0, …
/NextBSD/sys/contrib/dev/acpica/include/
HDamlcode.h142 #define AML_NOOP_OP (UINT16) 0xa3 macro
/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmwalk.c499 case AML_NOOP_OP: in AcpiDmDescendingOp()