Home
last modified time | relevance | path

Searched refs:AML_ONE_OP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h21 #define AML_ONE_OP 0x01 macro
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmswitch.c372 if (!OneOp || (OneOp->Common.AmlOpcode != AML_ONE_OP)) in AcpiDmIsSwitchBlock()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloffset.c283 case AML_ONE_OP: in LsAmlOffsetWalk()
H A Daslopcodes.c344 Op->Asl.AmlOpcode = AML_ONE_OP; in OpcSetOptimalIntegerSize()
H A Daslmap.c446 /* ONE */ OP_TABLE_ENTRY (AML_ONE_OP, 0, …
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h160 #define AML_ONE_OP (UINT16) 0x01 macro
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c560 case AML_ONE_OP: in AcpiDsInitObjectFromOp()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c304 case AML_ONE_OP: in AcpiDmNotifyDescription()