Home
last modified time | relevance | path

Searched refs:X86_PDE_PRESENT (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp60 if ((fPagingStructures->pgdir_virt[i] & X86_PDE_PRESENT) != 0) { in ~X86VMTranslationMap32Bit()
157 if ((pd[index] & X86_PDE_PRESENT) == 0) { in Map()
225 if ((pd[index] & X86_PDE_PRESENT) == 0) { in Unmap()
277 if ((pd[index] & X86_PDE_PRESENT) == 0) { in DebugMarkRangePresent()
336 if ((pd[index] & X86_PDE_PRESENT) == 0) in UnmapPage()
408 if ((pd[index] & X86_PDE_PRESENT) == 0) { in UnmapPages()
544 if ((pd[index] & X86_PDE_PRESENT) == 0) { in UnmapArea()
619 if ((pd[index] & X86_PDE_PRESENT) == 0) { in Query()
662 if ((pd[index] & X86_PDE_PRESENT) == 0) { in QueryInterrupt()
715 if ((pd[index] & X86_PDE_PRESENT) == 0) { in Protect()
[all …]
H A Dpaging.h24 #define X86_PDE_PRESENT 0x00000001 macro
H A DX86PagingMethod32Bit.cpp407 if ((fPageHolePageDir[index] & X86_PDE_PRESENT) == 0) { in MapEarly()
476 if ((pageDirectoryEntry & X86_PDE_PRESENT) != 0 in IsKernelPageAccessible()
509 | X86_PDE_PRESENT in PutPageTableInPageDir()
590 if ((method->PageHolePageDir()[index] & X86_PDE_PRESENT) == 0) { in _EarlyQuery()
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp92 if ((entry & X86_PDE_PRESENT) != 0) in Switch()
142 if ((fPageHolePageDir[i] & X86_PDE_PRESENT) != 0) { in Switch()
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp453 if ((pageDirectoryEntry & X86_PDE_PRESENT) != 0 in IsKernelPageAccessible()
H A DARMVMTranslationMap32Bit.cpp293 if ((pd[index] & X86_PDE_PRESENT) == 0) { in DebugMarkRangePresent()