Lines Matching refs:NodeLength
2246 UINT32 NodeLength; in DtCompileIort() local
2335 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort()
2353 NodeLength += Subtable->Length; in DtCompileIort()
2370 NodeLength += Subtable->Length; in DtCompileIort()
2387 NodeLength += Subtable->Length; in DtCompileIort()
2404 NodeLength += Subtable->Length; in DtCompileIort()
2408 if (NodeLength > IortNode->MappingOffset) in DtCompileIort()
2413 if (NodeLength < IortNode->MappingOffset) in DtCompileIort()
2416 IortNode->MappingOffset - NodeLength, in DtCompileIort()
2424 NodeLength = IortNode->MappingOffset; in DtCompileIort()
2439 NodeLength += Subtable->Length; in DtCompileIort()
2453 NodeLength += Subtable->Length; in DtCompileIort()
2457 IortSmmu->GlobalInterruptOffset = NodeLength; in DtCompileIort()
2466 NodeLength += Subtable->Length; in DtCompileIort()
2471 IortSmmu->ContextInterruptOffset = NodeLength; in DtCompileIort()
2487 NodeLength += Subtable->Length; in DtCompileIort()
2496 IortSmmu->PmuInterruptOffset = NodeLength; in DtCompileIort()
2512 NodeLength += Subtable->Length; in DtCompileIort()
2529 NodeLength += Subtable->Length; in DtCompileIort()
2542 NodeLength += Subtable->Length; in DtCompileIort()
2556 NodeLength += Subtable->Length; in DtCompileIort()
2561 IortRmr->RmrOffset = NodeLength; in DtCompileIort()
2577 NodeLength += sizeof (ACPI_IORT_RMR_DESC); in DtCompileIort()
2592 IortNode->MappingOffset = NodeLength; in DtCompileIort()
2609 NodeLength += sizeof (ACPI_IORT_ID_MAPPING); in DtCompileIort()