OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA32_PG_PMNT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c
119
// Set
IA32_PG_PMNT
bit to mask this entry
123
PTEntry[Index] |=
IA32_PG_PMNT
;
298
if ((Pml4[Pml4Index] & IA32_PG_P) == 0 || (Pml4[Pml4Index] &
IA32_PG_PMNT
) != 0) {
307
if ((Pdpt[PdptIndex] & IA32_PG_P) == 0 || (Pdpt[PdptIndex] &
IA32_PG_PMNT
) != 0) {
311
if ((Pdpt[PdptIndex] &
IA32_PG_PMNT
) != 0) {
328
if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] &
IA32_PG_PMNT
) != 0) {
332
if ((Pdt[PdtIndex] &
IA32_PG_PMNT
) != 0) {
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h
82
#define
IA32_PG_PMNT
BIT62
Completed in 149 milliseconds