Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslprintf.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()
H A Daslcodegen.c511 case AML_STRING_OP: in CgWriteAmlOpcode()
H A Daslfold.c821 Op->Common.AmlOpcode = AML_STRING_OP; in TrInstallReducedConstant()
H A Daslmap.c532 /* STRING_LITERAL */ OP_TABLE_ENTRY (AML_STRING_OP, 0, …
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpswalk.c208 if (Op->Named.AmlOpcode == AML_STRING_OP) in AcpiPsDeleteParseTree()
H A Dpsloop.c218 case AML_STRING_OP: /* AML_ASCIICHARLIST_ARG */ in AcpiPsGetArguments()
H A Dpsargs.c595 Opcode = AML_STRING_OP; in AcpiPsGetNextSimpleArg()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h166 #define AML_STRING_OP (UINT16) 0x0d macro
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) || in AcpiDmCheckForSymbolicOpcode()
H A Ddmbuffer.c1044 case AML_STRING_OP: in AcpiDmGetHardwareIdType()
H A Ddmopcode.c911 case AML_STRING_OP: in AcpiDmDisassembleOneOp()