Searched refs:SIZE_TO_LIST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c52 #define SIZE_TO_LIST(a) ((a) >> POOL_SHIFT) macro
55 #define MAX_POOL_LIST SIZE_TO_LIST(DEFAULT_PAGE_ALLOCATION)
263 Index = SIZE_TO_LIST(Size);
314 Index = SIZE_TO_LIST(Size);
463 Index = SIZE_TO_LIST(Size);

Completed in 50 milliseconds