Home
last modified time | relevance | path

Searched refs:ParserState (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsargs.c335 ParserState->Aml = End; in AcpiPsGetNextNamestring()
656 Aml = ParserState->Aml; in AcpiPsGetNextField()
665 ParserState->Aml++; in AcpiPsGetNextField()
937 ParserState->PkgEnd = AcpiPsGetNextPackageEnd (ParserState); in AcpiPsGetNextArg()
942 if (ParserState->Aml < ParserState->PkgEnd) in AcpiPsGetNextArg()
946 while (ParserState->Aml < ParserState->PkgEnd) in AcpiPsGetNextArg()
967 ParserState->Aml = ParserState->PkgEnd; in AcpiPsGetNextArg()
973 if (ParserState->Aml < ParserState->PkgEnd) in AcpiPsGetNextArg()
987 ACPI_PTR_DIFF (ParserState->PkgEnd, ParserState->Aml); in AcpiPsGetNextArg()
992 ParserState->Aml = ParserState->PkgEnd; in AcpiPsGetNextArg()
[all …]
H A Dpsscope.c174 ACPI_PARSE_STATE *ParserState) in AcpiPsGetParentScope() argument
197 ACPI_PARSE_STATE *ParserState) in AcpiPsHasCompletedScope() argument
201 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd || in AcpiPsHasCompletedScope()
221 ACPI_PARSE_STATE *ParserState, in AcpiPsInitScope() argument
242 ParserState->Scope = Scope; in AcpiPsInitScope()
243 ParserState->StartOp = RootOp; in AcpiPsInitScope()
266 ACPI_PARSE_STATE *ParserState, in AcpiPsPushScope() argument
328 ACPI_PARSE_STATE *ParserState, in AcpiPsPopScope() argument
386 ACPI_PARSE_STATE *ParserState) in AcpiPsCleanupScope() argument
394 if (!ParserState) in AcpiPsCleanupScope()
[all …]
H A Dpsloop.c295 (WalkState->ParserState.PkgEnd - WalkState->ParserState.Aml); in AcpiPsGetArguments()
299 WalkState->ParserState.Aml = WalkState->ParserState.PkgEnd; in AcpiPsGetArguments()
325 WalkState->ParserState.Aml = WalkState->ParserState.PkgEnd; in AcpiPsGetArguments()
372 ACPI_PARSE_STATE *ParserState; in AcpiPsParseLoop() local
385 ParserState = &WalkState->ParserState; in AcpiPsParseLoop()
429 AcpiPsPopScope (ParserState, &Op, in AcpiPsParseLoop()
445 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
449 AmlOpStart = ParserState->Aml; in AcpiPsParseLoop()
509 WalkState->ParserState.Aml = in AcpiPsParseLoop()
563 ParserState->Aml = in AcpiPsParseLoop()
[all …]
H A Dpsparse.c217 ACPI_PARSE_STATE *ParserState) in AcpiPsPeekOpcode() argument
223 Aml = ParserState->Aml; in AcpiPsPeekOpcode()
450 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiPsNextParseState() local
464 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
470 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
499 ParserState->Aml = AcpiPsGetNextPackageEnd (ParserState); in AcpiPsNextParseState()
511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
574 WalkState, WalkState->ParserState.Aml, in AcpiPsParseAml()
575 WalkState->ParserState.AmlSize)); in AcpiPsParseAml()
[all …]
H A Dpsobject.c192 WalkState->Aml = WalkState->ParserState.Aml; in AcpiPsGetAmlOpcode()
222 WalkState->ParserState.AmlStart)); in AcpiPsGetAmlOpcode()
263 WalkState->ParserState.Aml++; in AcpiPsGetAmlOpcode()
266 WalkState->ParserState.Aml++; in AcpiPsGetAmlOpcode()
275 WalkState->ParserState.Aml += in AcpiPsGetAmlOpcode()
507 WalkState->ParserState.Aml = WalkState->Aml; in AcpiPsCreateOp()
617 WalkState->ParserState.Scope->ParseScope.ArgCount--; in AcpiPsCompleteOp()
645 AcpiPsPopScope (&(WalkState->ParserState), Op, in AcpiPsCompleteOp()
673 AcpiPsPopScope (&(WalkState->ParserState), Op, in AcpiPsCompleteOp()
757 AcpiPsPopScope (ParserState, Op, in AcpiPsCompleteOp()
[all …]
H A Dpsxface.c328 AcpiPsCleanupScope (&WalkState->ParserState); in AcpiPsExecuteMethod()
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c732 WalkState->ParserState.StartOp = Origin; in AcpiDsCreateWalkState()
780 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiDsInitAmlWalk() local
787 WalkState->ParserState.Aml = in AcpiDsInitAmlWalk()
788 WalkState->ParserState.AmlStart = AmlStart; in AcpiDsInitAmlWalk()
789 WalkState->ParserState.AmlEnd = in AcpiDsInitAmlWalk()
811 WalkState->ParserState.StartNode = MethodNode; in AcpiDsInitAmlWalk()
842 ExtraOp = ParserState->StartOp; in AcpiDsInitAmlWalk()
850 ParserState->StartNode = NULL; in AcpiDsInitAmlWalk()
857 if (ParserState->StartNode) in AcpiDsInitAmlWalk()
911 if (WalkState->ParserState.Scope) in AcpiDsDeleteWalkState()
[all …]
H A Ddscontrol.c203 (WalkState->ParserState.Aml - 1)) in AcpiDsExecBeginControlOp()
232 WalkState->ParserState.Aml - 1; in AcpiDsExecBeginControlOp()
234 WalkState->ParserState.PkgEnd; in AcpiDsExecBeginControlOp()
H A Ddswload.c289 Path = AcpiPsGetNextNamestring (&WalkState->ParserState); in AcpiDsLoad1BeginOp()
531 AcpiPsAppendArg (AcpiPsGetParentScope (&WalkState->ParserState), Op); in AcpiDsLoad1BeginOp()
H A Ddswexec.c910 if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd) in AcpiDsExecEndOp()
H A Ddswload2.c246 BufferPtr = AcpiPsGetNextNamestring (&WalkState->ParserState); in AcpiDsLoad2BeginOp()
H A Ddsmethod.c363 WalkState->ParserState.AmlStart); in AcpiDsMethodError()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacparser.h204 ACPI_PARSE_STATE *ParserState);
208 ACPI_PARSE_STATE *ParserState);
212 ACPI_PARSE_STATE *ParserState,
219 ACPI_PARSE_STATE *ParserState,
231 ACPI_PARSE_STATE *ParserState,
335 ACPI_PARSE_STATE *ParserState,
344 ACPI_PARSE_STATE *ParserState);
348 ACPI_PARSE_STATE *ParserState,
355 ACPI_PARSE_STATE *ParserState,
H A Dacconvert.h257 ACPI_PARSE_STATE *ParserState,
263 ACPI_PARSE_STATE *ParserState);
H A Dacstruct.h205 ACPI_PARSE_STATE ParserState; /* Current state of parser */ member
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c678 ACPI_PARSE_STATE ParserState; in ACPI_EXPORT_SYMBOL() local
702 ParserState.Aml = Buffer + sizeof (ACPI_TABLE_HEADER); in ACPI_EXPORT_SYMBOL()
703 Opcode = AcpiPsPeekOpcode (&ParserState); in ACPI_EXPORT_SYMBOL()
711 ParserState.Aml += AcpiPsGetOpcodeSize (Opcode); in ACPI_EXPORT_SYMBOL()
712 ParserState.PkgEnd = AcpiPsGetNextPackageEnd (&ParserState); in ACPI_EXPORT_SYMBOL()
713 Path = AcpiPsGetNextNamestring (&ParserState); in ACPI_EXPORT_SYMBOL()
715 MethodFlags = *ParserState.Aml++; in ACPI_EXPORT_SYMBOL()
716 AmlStart = ParserState.Aml; in ACPI_EXPORT_SYMBOL()
717 AmlLength = (UINT32) ACPI_PTR_DIFF (ParserState.PkgEnd, AmlStart); in ACPI_EXPORT_SYMBOL()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dcvparser.c716 ACPI_PARSE_STATE *ParserState) in CvCaptureCommentsOnly() argument
718 UINT8 *Aml = ParserState->Aml; in CvCaptureCommentsOnly()
737 if (CvCommentExists(ParserState->Aml)) in CvCaptureCommentsOnly()
928 while (ParserState->Aml[Length]) in CvCaptureCommentsOnly()
933 ParserState->Aml += Length + 1; in CvCaptureCommentsOnly()
937 Aml = ParserState->Aml; in CvCaptureCommentsOnly()
988 Aml = WalkState->ParserState.Aml; in CvCaptureComments()
996 CvCaptureCommentsOnly (&WalkState->ParserState); in CvCaptureComments()
997 WalkState->Aml = WalkState->ParserState.Aml; in CvCaptureComments()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbutils.c551 WalkState->ParserState.Aml = in AcpiDbSecondPassParse()
552 WalkState->ParserState.AmlStart = Method->Named.Data; in AcpiDbSecondPassParse()
553 WalkState->ParserState.AmlEnd = in AcpiDbSecondPassParse()
554 WalkState->ParserState.PkgEnd = Method->Named.Data + in AcpiDbSecondPassParse()
556 WalkState->ParserState.StartScope = Op; in AcpiDbSecondPassParse()
H A Ddbxface.c395 WalkState->ParserState.AmlStart); in AcpiDbSingleStep()
H A Ddbmethod.c213 WalkState->ParserState.AmlStart); in AcpiDbSetMethodBreakpoint()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c633 Info->WalkState->ParserState.AmlStart); in AcpiDmDescendingOp()