Home
last modified time | relevance | path

Searched refs:AML_RETURN_OP (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddscontrol.c257 case AML_RETURN_OP: in AcpiDsExecBeginControlOp()
364 case AML_RETURN_OP: in AcpiDsExecEndControlOp()
H A Ddsutils.c365 case AML_RETURN_OP: in AcpiDsIsResultUsed()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h131 #define AML_RETURN_OP 0xa4 macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslwalks.c344 case AML_RETURN_OP: in AnOperandTypecheckWalkEnd()
358 if (Op->Asl.AmlOpcode == AML_RETURN_OP) in AnOperandTypecheckWalkEnd()
H A Daslmap.c495 /* RETURN */ OP_TABLE_ENTRY (AML_RETURN_OP, 0, …
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmwalk.c735 (Op->Common.AmlOpcode == AML_RETURN_OP)) in AcpiDmDescendingOp()
1272 (Op->Common.AmlOpcode == AML_RETURN_OP)) in AcpiDmAscendingOp()
H A Ddmopcode.c204 if (Op->Common.AmlOpcode == AML_RETURN_OP) in AcpiDmDisplayTargetPathname()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h246 #define AML_RETURN_OP (UINT16) 0xa4 macro
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadwalk.c696 (ParentOp->Common.AmlOpcode == AML_RETURN_OP)) && in AcpiDmFindOrphanDescending()