Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h82 #define AML_REF_OF_OP 0x71 macro
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h197 #define AML_REF_OF_OP (UINT16) 0x71 macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsutils.c981 (Op->Common.Parent->Common.AmlOpcode == AML_REF_OF_OP)) in AcpiDsEvaluateNamePath()
/illumos-gate/usr/src/common/acpica/executer/
H A Dexoparg1.c944 case AML_REF_OF_OP: /* RefOf (SourceObject) */ in AcpiExOpcode_1A_0T_1R()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslmap.c475 /* REFOF */ OP_TABLE_ENTRY (AML_REF_OF_OP, 0, …
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadwalk.c1256 if (NextOp->Common.AmlOpcode == AML_REF_OF_OP) in AcpiDmInspectPossibleArgs()