Searched defs:MmioOffset (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicLib/
H A DBaseXApicLib.c38 @param MmioOffset The MMIO offset of the local APIC register in xAPIC mode.
46 IN UINTN MmioOffset
49 ASSERT ((MmioOffset & 0xf) == 0);
52 return MmioRead32 (PcdGet32 (PcdCpuLocalApicBaseAddress) + MmioOffset);
65 @param MmioOffset The MMIO offset of the local APIC register in xAPIC mode.
72 IN UINTN MmioOffset,
76 ASSERT ((MmioOffset & 0xf) == 0);
79 MmioWrite32 (PcdGet32 (PcdCpuLocalApicBaseAddress) + MmioOffset, Value);
71 WriteLocalApicReg( IN UINTN MmioOffset, IN UINT32 Value ) argument
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c39 @param MmioOffset The MMIO offset of the local APIC register in xAPIC mode.
47 IN UINTN MmioOffset
52 ASSERT ((MmioOffset & 0xf) == 0);
55 return MmioRead32 (PcdGet32 (PcdCpuLocalApicBaseAddress) + MmioOffset);
60 ASSERT (MmioOffset != XAPIC_ICR_DFR_OFFSET);
65 ASSERT (MmioOffset != XAPIC_ICR_HIGH_OFFSET);
67 MsrIndex = (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS;
82 @param MmioOffset The MMIO offset of the local APIC register in xAPIC mode.
89 IN UINTN MmioOffset,
95 ASSERT ((MmioOffset
88 WriteLocalApicReg( IN UINTN MmioOffset, IN UINT32 Value ) argument
[all...]

Completed in 44 milliseconds