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 in struct:page_table_entry
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp316 entry->page_protection = protection & 0x3;
H A DPPCVMTranslationMap460.cpp992 *_outFlags |= B_KERNEL_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_KERNEL_WRITE_AREA);
994 *_outFlags |= B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA | B_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_WRITE_AREA);
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp316 entry->page_protection = protection & 0x3;
H A DPPCVMTranslationMapClassic.cpp992 *_outFlags |= B_KERNEL_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_KERNEL_WRITE_AREA);
994 *_outFlags |= B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA | B_READ_AREA | (entry->page_protection == PTE_READ_ONLY ? 0 : B_WRITE_AREA);
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp221 entry->page_protection = mode & 0x3;*/
669 | entry->page_protection;

Completed in 46 milliseconds