Home
last modified time | relevance | path

Searched refs:AML_INT_BYTELIST_OP (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/acpica/components/parser/
HDpsutils.c262 else if (Opcode == AML_INT_BYTELIST_OP) in AcpiPsAllocOp()
HDpsargs.c796 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP, Aml); in AcpiPsGetNextField()
977 Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP, in AcpiPsGetNextArg()
/freebsd-14-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmwalk.c668 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmDescendingOp()
1130 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmAscendingOp()
1192 (Op->Common.AmlOpcode != AML_INT_BYTELIST_OP)) in AcpiDmAscendingOp()
HDdmopcode.c1051 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDmDisassembleOneOp()
1082 case AML_INT_BYTELIST_OP: in AcpiDmDisassembleOneOp()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDamlcode.h317 #define AML_INT_BYTELIST_OP (UINT16) 0x0033 macro
/freebsd-14-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdsobject.c339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP) in AcpiDsBuildInternalBufferObj()
HDdsfield.c527 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDsGetFieldNames()