OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MpParkingSize
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Common/Protocol/
AmdMpBoot.h
29
UINTN
MpParkingSize
;
AmdMpCoreInfo.h
36
OUT UINTN *
MpParkingSize
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
PlatInitDxe.c
56
OUT UINTN *
MpParkingSize
98
UINTN
MpParkingSize
;
128
MpParkingSize
= ArmCoreCount * SIZE_4KB;
130
EFI_SIZE_TO_PAGES (
MpParkingSize
),
136
mAmdMpBootInfo.
MpParkingSize
=
MpParkingSize
;
151
gBS->FreePages (MpParkingBase, EFI_SIZE_TO_PAGES (
MpParkingSize
));
203
OUT UINTN *
MpParkingSize
206
ASSERT (
MpParkingSize
!= NULL);
208
*
MpParkingSize
= mAmdMpBootInfo.MpParkingBase;
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/MpBootDxe/
MpBootDxe.c
38
IN UINTN
MpParkingSize
,
87
WriteBackDataCacheRange ((VOID *)MpParkingBase,
MpParkingSize
);
103
UINTN
MpParkingSize
;
149
MpParkingSize
= ArmCoreCount * SIZE_4KB;
150
if (
MpParkingSize
> MpBootProtocol->MpBootInfo->
MpParkingSize
) {
151
DEBUG ((EFI_D_ERROR, "Warning:
MpParkingSize
= 0x%lX, not large enough for %d cores.\n",
152
MpBootProtocol->MpBootInfo->
MpParkingSize
, ArmCoreCount));
162
PenBase = ConfigurePen (MpParkingBase,
MpParkingSize
, ArmCoreInfoTable, ArmCoreCount);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Madt.c
285
UINTN
MpParkingSize
;
302
MpParkingSize
= 0;
303
MpParkingBase = mAmdMpCoreInfoProtocol->GetMpParkingBase(&
MpParkingSize
);
304
if (MpParkingBase &&
MpParkingSize
< (CoreCount * SIZE_4KB)) {
Completed in 211 milliseconds