Searched refs:X86_64_PDPTE_PRESENT (Results 1 - 3 of 3) sorted by path

/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp150 if ((*pdpte & X86_64_PDPTE_PRESENT) == 0) {
158 | X86_64_PDPTE_PRESENT
292 if ((*pdpte & X86_64_PDPTE_PRESENT) == 0) {
310 | X86_64_PDPTE_PRESENT
H A DX86VMTranslationMap64Bit.cpp67 if ((virtualPDPT[j] & X86_64_PDPTE_PRESENT) == 0)
H A Dpaging.h33 #define X86_64_PDPTE_PRESENT (1LL << 0) macro

Completed in 119 milliseconds