Lines Matching refs:NodeLength
2649 UINT32 NodeLength; in DtCompileIort() local
2738 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort()
2756 NodeLength += Subtable->Length; in DtCompileIort()
2773 NodeLength += Subtable->Length; in DtCompileIort()
2790 NodeLength += Subtable->Length; in DtCompileIort()
2807 NodeLength += Subtable->Length; in DtCompileIort()
2811 if (NodeLength > IortNode->MappingOffset) in DtCompileIort()
2816 if (NodeLength < IortNode->MappingOffset) in DtCompileIort()
2819 IortNode->MappingOffset - NodeLength, in DtCompileIort()
2827 NodeLength = IortNode->MappingOffset; in DtCompileIort()
2842 NodeLength += Subtable->Length; in DtCompileIort()
2856 NodeLength += Subtable->Length; in DtCompileIort()
2860 IortSmmu->GlobalInterruptOffset = NodeLength; in DtCompileIort()
2869 NodeLength += Subtable->Length; in DtCompileIort()
2874 IortSmmu->ContextInterruptOffset = NodeLength; in DtCompileIort()
2890 NodeLength += Subtable->Length; in DtCompileIort()
2899 IortSmmu->PmuInterruptOffset = NodeLength; in DtCompileIort()
2915 NodeLength += Subtable->Length; in DtCompileIort()
2932 NodeLength += Subtable->Length; in DtCompileIort()
2945 NodeLength += Subtable->Length; in DtCompileIort()
2959 NodeLength += Subtable->Length; in DtCompileIort()
2964 IortRmr->RmrOffset = NodeLength; in DtCompileIort()
2980 NodeLength += sizeof (ACPI_IORT_RMR_DESC); in DtCompileIort()
2995 IortNode->MappingOffset = NodeLength; in DtCompileIort()
3012 NodeLength += sizeof (ACPI_IORT_ID_MAPPING); in DtCompileIort()
3375 UINT32 NodeLength; in DtCompileRimt() local
3410 NodeLength = ACPI_OFFSET (ACPI_RIMT_NODE, NodeData); in DtCompileRimt()
3428 NodeLength += Subtable->Length; in DtCompileRimt()
3447 NodeLength += Subtable->Length; in DtCompileRimt()
3464 NodeLength += Subtable->Length; in DtCompileRimt()
3468 PcieRcNode->IdMappingOffset = (UINT16) NodeLength; in DtCompileRimt()
3486 NodeLength += sizeof (ACPI_RIMT_ID_MAPPING); in DtCompileRimt()
3509 NodeLength += Subtable->Length; in DtCompileRimt()
3526 NodeLength += Subtable->Length; in DtCompileRimt()
3530 if (NodeLength > PlatDevNode->IdMappingOffset) in DtCompileRimt()
3535 if (NodeLength < PlatDevNode->IdMappingOffset) in DtCompileRimt()
3538 PlatDevNode->IdMappingOffset - (UINT16) NodeLength, in DtCompileRimt()
3546 NodeLength = PlatDevNode->IdMappingOffset; in DtCompileRimt()
3552 PlatDevNode->IdMappingOffset = (UINT16) NodeLength; in DtCompileRimt()
3570 NodeLength += sizeof (ACPI_RIMT_ID_MAPPING); in DtCompileRimt()