Home
last modified time | relevance | path

Searched refs:parisc_requires_coherency (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dprocessor.h299 #define parisc_requires_coherency() _parisc_requires_coherency macro
301 #define parisc_requires_coherency() (0) macro
H A Dpgtable.h367 (parisc_requires_coherency() ? 0 : _PAGE_HUGE)))
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dcache.c102 } else if (parisc_requires_coherency()) in __update_cache()
367 if (parisc_requires_coherency() && old_addr) in flush_dcache_page()
418 if (num_online_cpus() > 1 && !parisc_requires_coherency()) { in parisc_setup_cache_timing()