Lines Matching refs:RT_ALIGN_32
2652 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbRsdt, 16);
2655 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbXsdt, 16);
2658 GCPhysCur = RT_ALIGN_32(GCPhysCur + ACPITBLFADT_VERSION1_SIZE, 16);
2661 GCPhysCur = RT_ALIGN_32(GCPhysCur + sizeof(ACPITBLFADT), 64);
2664 GCPhysCur = RT_ALIGN_32(GCPhysCur + sizeof(ACPITBLFACS), 16);
2668 GCPhysCur = RT_ALIGN_32(GCPhysCur + AcpiTableMadt::sizeFor(pThis, NUMBER_OF_IRQ_SOURCE_OVERRIDES), 16);
2673 GCPhysCur = RT_ALIGN_32(GCPhysCur + sizeof(ACPITBLHPET), 16);
2679 GCPhysCur = RT_ALIGN_32(GCPhysCur + sizeof(ACPITBLMCFG) + sizeof(ACPITBLMCFGENTRY), 16);
2684 GCPhysCur = RT_ALIGN_32(GCPhysCur + pThis->cbCustBin, 16);
2694 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbSsdt, 16);
2704 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbDsdt, 16);