Searched refs:write_through (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp216 entry->write_through = (mode >> 6) & 1;
665 mode = (entry->write_through << 6) // WIMGxPP
/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu_amcc440.h53 uint32 write_through : 1; // WIMG member in struct:tlb_entry
100 uint32 write_through : 1; // WIMG
H A Darch_mmu.h46 uint32 write_through : 1; // WIMG member in struct:block_address_translation
117 uint32 write_through : 1; // WIMG member in struct:page_table_entry
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp311 entry->write_through = (memoryType == B_MTR_UC) || (memoryType == B_MTR_WT);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp311 entry->write_through = (memoryType == B_MTR_UC) || (memoryType == B_MTR_WT);

Completed in 33 milliseconds