Searched refs:memory_coherent (Results 1 - 5 of 5) sorted by path

/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu.h48 uint32 memory_coherent : 1; member in struct:block_address_translation
119 uint32 memory_coherent : 1; member in struct:page_table_entry
H A Darch_mmu_amcc440.h55 uint32 memory_coherent : 1; member in struct:tlb_entry
102 uint32 memory_coherent : 1;
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp313 entry->memory_coherent = false;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp313 entry->memory_coherent = false;
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp218 entry->memory_coherent = (mode >> 4) & 1;
667 | (entry->memory_coherent << 4)
817 bat.memory_coherent = true;

Completed in 85 milliseconds