Searched refs:PTE_READ_WRITE (Results 1 - 6 of 6) sorted by path

/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu.h103 PTE_READ_WRITE = 2, enumerator in enum:pte_protection
H A Darch_mmu_amcc440.h86 PTE_READ_WRITE = 2,
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp253 virtualAddress, physicalAddress, PTE_READ_WRITE, 0, false);
265 virtualAddress, physicalAddress, PTE_READ_WRITE, 0, true);
H A DPPCVMTranslationMap460.cpp363 protection = (attributes & B_WRITE_AREA) ? PTE_READ_WRITE : PTE_READ_ONLY;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp253 virtualAddress, physicalAddress, PTE_READ_WRITE, 0, false);
265 virtualAddress, physicalAddress, PTE_READ_WRITE, 0, true);
H A DPPCVMTranslationMapClassic.cpp363 protection = (attributes & B_WRITE_AREA) ? PTE_READ_WRITE : PTE_READ_ONLY;

Completed in 153 milliseconds