Searched defs:ApicBase (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
H A D | X86TimerLib.c | 57 @param ApicBase The base address of memory mapped registers of local APIC. 65 IN UINTN ApicBase 70 mTimerLibLocalApicDivisor[MmioBitFieldRead32 (ApicBase + APIC_TDCR, 0, 3)]; 76 @param ApicBase The base address of memory mapped registers of local APIC. 84 IN UINTN ApicBase 87 return MmioRead32 (ApicBase + APIC_TMCCT); 96 @param ApicBase The base address of memory mapped registers of local APIC. 103 IN UINTN ApicBase, 113 Ticks = InternalX86GetTimerTick (ApicBase) - Delay; 120 PowerOfTwoCounter = GetPowerOfTwo32 (MmioRead32 (ApicBase 102 InternalX86Delay( IN UINTN ApicBase, IN UINT32 Delay ) argument 142 UINTN ApicBase; local 174 UINTN ApicBase; local 240 UINTN ApicBase; local [all...] |
/vbox/src/VBox/Devices/PC/ |
H A D | DevAPIC.cpp | 2379 uint32_t ApicBase = pDev->paLapicsR3[0].apicbase & ~0xfff; local 2380 rc = PDMDevHlpMMIORegister(pDevIns, ApicBase, 0x1000, pDev, 2390 rc = PDMDevHlpMMIORegisterRC(pDevIns, ApicBase, 0x1000, NIL_RTRCPTR /*pvUser*/, "apicMMIOWrite", "apicMMIORead"); 2396 rc = PDMDevHlpMMIORegisterR0(pDevIns, ApicBase, 0x1000, NIL_RTR0PTR /*pvUser*/, "apicMMIOWrite", "apicMMIORead");
|
Completed in 297 milliseconds