OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MpParkingBase
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/MpBootDxe/
MpBootDxe.c
37
IN EFI_PHYSICAL_ADDRESS
MpParkingBase
,
55
PenBase = (EFI_PHYSICAL_ADDRESS)((UINTN)
MpParkingBase
+ SIZE_2KB + sizeof(UINT64));
70
*(UINTN*)(PenBase + ((UINTN)&AsmParkingBase - (UINTN)&SecondariesPenStart)) = (UINTN)
MpParkingBase
;
78
CoreParking = (UINTN)
MpParkingBase
+ CoreNum * SIZE_4KB;
87
WriteBackDataCacheRange ((VOID *)
MpParkingBase
, MpParkingSize);
102
EFI_PHYSICAL_ADDRESS
MpParkingBase
;
127
MpParkingBase
= MpBootProtocol->MpBootInfo->
MpParkingBase
;
128
if ((VOID *)
MpParkingBase
== NULL) {
129
DEBUG ((EFI_D_ERROR, "Warning:
MpParkingBase
not allocated.\n"));
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Common/Protocol/
AmdMpBoot.h
28
EFI_PHYSICAL_ADDRESS
MpParkingBase
;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
PlatInitDxe.c
97
EFI_PHYSICAL_ADDRESS
MpParkingBase
;
127
MpParkingBase
= 0;
131
&
MpParkingBase
);
132
if (EFI_ERROR (Status) ||
MpParkingBase
== 0) {
133
DEBUG ((EFI_D_ERROR, "Warning: Failed to allocate
MpParkingBase
."));
135
mAmdMpBootInfo.
MpParkingBase
=
MpParkingBase
;
151
gBS->FreePages (
MpParkingBase
, EFI_SIZE_TO_PAGES (MpParkingSize));
208
*MpParkingSize = mAmdMpBootInfo.
MpParkingBase
;
209
return mAmdMpBootInfo.
MpParkingBase
;
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Madt.c
198
EFI_PHYSICAL_ADDRESS
MpParkingBase
216
GicC->ParkedAddress = PARKED_ADDRESS(
MpParkingBase
, ClusterId, CoreId);
284
EFI_PHYSICAL_ADDRESS
MpParkingBase
;
303
MpParkingBase
= mAmdMpCoreInfoProtocol->GetMpParkingBase(&MpParkingSize);
304
if (
MpParkingBase
&& MpParkingSize < (CoreCount * SIZE_4KB)) {
306
MpParkingBase
= 0;
319
MpParkingBase
Completed in 752 milliseconds