Home | History | Annotate | Download | only in BaseXApicLib

Lines Matching refs:Uint32

43   UINT32  RegEax;

113 ApicBaseMsr.Bits.ApicBaseLow = (UINT32) (BaseAddress >> 12);
114 ApicBaseMsr.Bits.ApicBaseHigh = (UINT32) (RShiftU64((UINT64) BaseAddress, 32));
132 UINT32
162 IN UINT32 Value
181 IN UINT32 IcrLow,
182 IN UINT32 ApicId
186 UINT32 IcrHigh;
204 IcrLowReg.Uint32 = ReadLocalApicReg (XAPIC_ICR_LOW_OFFSET);
217 IcrLowReg.Uint32 = ReadLocalApicReg (XAPIC_ICR_LOW_OFFSET);
297 UINT32
303 UINT32 ApicId;
304 UINT32 MaxCpuIdIndex;
305 UINT32 RegEbx;
333 UINT32
339 UINT32 ApicId;
359 UINT32
379 IN UINT32 ApicId,
385 IcrLow.Uint32 = 0;
389 SendIpi (IcrLow.Uint32, ApicId);
407 IcrLow.Uint32 = 0;
412 SendIpi (IcrLow.Uint32, 0);
425 IN UINT32 ApicId
430 IcrLow.Uint32 = 0;
433 SendIpi (IcrLow.Uint32, ApicId);
449 IcrLow.Uint32 = 0;
453 SendIpi (IcrLow.Uint32, 0);
466 IN UINT32 ApicId
471 IcrLow.Uint32 = 0;
474 SendIpi (IcrLow.Uint32, ApicId);
490 IcrLow.Uint32 = 0;
494 SendIpi (IcrLow.Uint32, 0);
512 IN UINT32 ApicId,
513 IN UINT32 StartupRoutine
523 IcrLow.Uint32 = 0;
527 SendIpi (IcrLow.Uint32, ApicId);
529 SendIpi (IcrLow.Uint32, ApicId);
546 IN UINT32 StartupRoutine
556 IcrLow.Uint32 = 0;
561 SendIpi (IcrLow.Uint32, 0);
563 SendIpi (IcrLow.Uint32, 0);
585 Svr.Uint32 = ReadLocalApicReg (XAPIC_SPURIOUS_VECTOR_OFFSET);
589 WriteLocalApicReg (XAPIC_SPURIOUS_VECTOR_OFFSET, Svr.Uint32);
594 WriteLocalApicReg (XAPIC_SPURIOUS_VECTOR_OFFSET, Svr.Uint32);
619 Svr.Uint32 = ReadLocalApicReg (XAPIC_SPURIOUS_VECTOR_OFFSET);
622 WriteLocalApicReg (XAPIC_SPURIOUS_VECTOR_OFFSET, Svr.Uint32);
627 Lint.Uint32 = ReadLocalApicReg (XAPIC_LVT_LINT0_OFFSET);
632 WriteLocalApicReg (XAPIC_LVT_LINT0_OFFSET, Lint.Uint32);
637 Lint.Uint32 = ReadLocalApicReg (XAPIC_LVT_LINT1_OFFSET);
642 WriteLocalApicReg (XAPIC_LVT_LINT1_OFFSET, Lint.Uint32);
658 LvtLint.Uint32 = ReadLocalApicReg (XAPIC_LVT_LINT0_OFFSET);
660 WriteLocalApicReg (XAPIC_LVT_LINT0_OFFSET, LvtLint.Uint32);
662 LvtLint.Uint32 = ReadLocalApicReg (XAPIC_LVT_LINT1_OFFSET);
664 WriteLocalApicReg (XAPIC_LVT_LINT1_OFFSET, LvtLint.Uint32);
672 UINT32
686 UINT32
710 IN UINT32 InitCount,
717 UINT32 Divisor;
731 ASSERT (DivideValue == GetPowerOfTwo32((UINT32)DivideValue));
732 Divisor = (UINT32)((HighBitSet32 ((UINT32)DivideValue) - 1) & 0x7);
734 Dcr.Uint32 = ReadLocalApicReg (XAPIC_TIMER_DIVIDE_CONFIGURATION_OFFSET);
737 WriteLocalApicReg (XAPIC_TIMER_DIVIDE_CONFIGURATION_OFFSET, Dcr.Uint32);
743 LvtTimer.Uint32 = ReadLocalApicReg (XAPIC_LVT_TIMER_OFFSET);
751 WriteLocalApicReg (XAPIC_LVT_TIMER_OFFSET, LvtTimer.Uint32);
771 UINT32 Divisor;
783 Dcr.Uint32 = ReadLocalApicReg (XAPIC_TIMER_DIVIDE_CONFIGURATION_OFFSET);
790 LvtTimer.Uint32 = ReadLocalApicReg (XAPIC_LVT_TIMER_OFFSET);
815 LvtTimer.Uint32 = ReadLocalApicReg (XAPIC_LVT_TIMER_OFFSET);
817 WriteLocalApicReg (XAPIC_LVT_TIMER_OFFSET, LvtTimer.Uint32);
831 LvtTimer.Uint32 = ReadLocalApicReg (XAPIC_LVT_TIMER_OFFSET);
833 WriteLocalApicReg (XAPIC_LVT_TIMER_OFFSET, LvtTimer.Uint32);
850 LvtTimer.Uint32 = ReadLocalApicReg (XAPIC_LVT_TIMER_OFFSET);
872 UINT32
884 MsiAddress.Uint32 = 0;
887 return MsiAddress.Uint32;
934 MsiData.Bits.DeliveryMode = (UINT32)DeliveryMode;