Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/acpi/
H A Damlcode.h53 #define AML_ZERO_OP (UINT16) 0x00 macro
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c716 case AML_ZERO_OP: in AcpiDsInitObjectFromOp()
H A Ddsutils.c667 Opcode = AML_ZERO_OP; /* Has no arguments! */ in AcpiDsCreateOperand()
/titanic_41/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmopcode.c191 case AML_ZERO_OP: in AcpiDmNotifyDescription()
H A Ddmwalk.c473 if (NextOp->Common.AmlOpcode == AML_ZERO_OP) in AcpiDmDescendingOp()