Update BlpGetNextPageTable declaration to support multiple levels of PML
This commit is contained in:
parent
1d376486cd
commit
ed75060482
@ -484,9 +484,9 @@ BlpGetModuleInfoStrings(IN PWCHAR SectionData,
|
|||||||
XTCDECL
|
XTCDECL
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
BlpGetNextPageTable(IN PXTBL_PAGE_MAPPING PageMap,
|
BlpGetNextPageTable(IN PXTBL_PAGE_MAPPING PageMap,
|
||||||
IN PHARDWARE_PTE PageTable,
|
IN PVOID PageTable,
|
||||||
IN SIZE_T Entry,
|
IN SIZE_T Entry,
|
||||||
OUT PHARDWARE_PTE *NextPageTable);
|
OUT PVOID *NextPageTable);
|
||||||
|
|
||||||
XTCDECL
|
XTCDECL
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user