Home
last modified time | relevance | path

Searched refs:AML_STRING_OP (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/acpica/compiler/
HDaslprintf.c301 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
362 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
391 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
HDaslcodegen.c511 case AML_STRING_OP: in CgWriteAmlOpcode()
HDaslfold.c821 Op->Common.AmlOpcode = AML_STRING_OP; in TrInstallReducedConstant()
HDaslmap.c524 /* STRING_LITERAL */ OP_TABLE_ENTRY (AML_STRING_OP, 0, …
/freebsd-14-stable/sys/contrib/dev/acpica/components/parser/
HDpswalk.c208 if (Op->Named.AmlOpcode == AML_STRING_OP) in AcpiPsDeleteParseTree()
HDpsloop.c218 case AML_STRING_OP: /* AML_ASCIICHARLIST_ARG */ in AcpiPsGetArguments()
HDpsargs.c591 Opcode = AML_STRING_OP; in AcpiPsGetNextSimpleArg()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDamlcode.h166 #define AML_STRING_OP (UINT16) 0x0d macro
/freebsd-14-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmcstyle.c352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) || in AcpiDmCheckForSymbolicOpcode()
HDdmbuffer.c1044 case AML_STRING_OP: in AcpiDmGetHardwareIdType()
HDdmopcode.c911 case AML_STRING_OP: in AcpiDmDisassembleOneOp()