Home
last modified time | relevance | path

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

/linux-6.6.21/arch/parisc/kernel/
Dcache.c117 } else if (parisc_requires_coherency()) in __update_cache()
457 if (parisc_requires_coherency()) { in flush_dcache_folio()
553 if (num_online_cpus() > 1 && !parisc_requires_coherency()) { in parisc_setup_cache_timing()
697 if (parisc_requires_coherency()) { in flush_cache_pages()
735 if (!parisc_requires_coherency() in flush_cache_mm()
751 if (!parisc_requires_coherency() in flush_cache_range()
767 if (parisc_requires_coherency()) in flush_cache_page()
778 if (parisc_requires_coherency()) { in flush_anon_page()
/linux-6.6.21/arch/parisc/include/asm/
Dprocessor.h286 #define parisc_requires_coherency() _parisc_requires_coherency macro
288 #define parisc_requires_coherency() (0) macro
Dpgtable.h334 (parisc_requires_coherency() ? 0 : _PAGE_HUGE)))