OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FreePage
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c
102
LIST_ENTRY *
FreePage
;
140
FreePage
= (LIST_ENTRY*)(PTEntry + EFI_PAGE_SIZE / sizeof (*PTEntry));
141
while ((UINTN)
FreePage
< Pages) {
142
InsertTailList (&mPagePool,
FreePage
);
143
FreePage
+= EFI_PAGE_SIZE / sizeof (*
FreePage
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h
624
FreePage
, PageIn, PoolAllocation, DelayExecution,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
966
FreePage
,
[
all
...]
Completed in 463 milliseconds