Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h134 #define AML_ONES_OP 0xff macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslopcodes.c355 Op->Asl.AmlOpcode = AML_ONES_OP; in OpcSetOptimalIntegerSize()
368 Op->Asl.AmlOpcode = AML_ONES_OP; in OpcSetOptimalIntegerSize()
H A Dasloffset.c284 case AML_ONES_OP: in LsAmlOffsetWalk()
H A Daslmap.c444 /* ONES */ OP_TABLE_ENTRY (AML_ONES_OP, 0, …
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h250 #define AML_ONES_OP (UINT16) 0xff macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c568 case AML_ONES_OP: in AcpiDsInitObjectFromOp()