Home
last modified time | relevance | path

Searched refs:page_protection (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu_amcc440.h105 uint32 page_protection : 2;
H A Darch_mmu.h122 uint32 page_protection : 2; member
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp316 entry->page_protection = protection & 0x3; in FillPageTableEntry()
H A DPPCVMTranslationMapClassic.cpp992 …*_outFlags |= B_KERNEL_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_KERNEL_WRITE_A… in Query()
994 …*_outFlags |= B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA | B_READ_AREA | (entry->page_protection == … in Query()
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp316 entry->page_protection = protection & 0x3; in FillPageTableEntry()
H A DPPCVMTranslationMap460.cpp992 …*_outFlags |= B_KERNEL_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_KERNEL_WRITE_A… in Query()
994 …*_outFlags |= B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA | B_READ_AREA | (entry->page_protection == … in Query()
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp669 | entry->page_protection; in translate_callback()