OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PageAttribute
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c
136
UINT32
PageAttribute
= 0;
175
PageAttribute
= GetFirstPageAttribute (FirstLevelTableAddress, TableLevel);
182
&
PageAttribute
, &BaseAddressGcdRegion);
185
if (
PageAttribute
!= TT_ATTR_INDX_INVALID) {
189
PageAttributeToGcdAttribute (
PageAttribute
));
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c
518
UINTN
PageAttribute
;
527
PageAttribute
= 0;
533
Status = GetPlatformPageTableAttribute (PFAddress, &PageSize, &NumOfPages, &
PageAttribute
);
540
PageAttribute
= 0;
561
PageAttribute
|= (UINTN)IA32_PG_PS;
572
PageAttribute
|= (UINTN)IA32_PG_PS;
582
PageAttribute
|= IA32_PG_NX;
624
PageAttribute
| IA32_PG_A | PAGE_ATTRIBUTE_BITS;
Completed in 266 milliseconds