Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dprocessor.h299 #define parisc_requires_coherency() _parisc_requires_coherency macro
301 #define parisc_requires_coherency() (0) macro
Dpgtable.h367 (parisc_requires_coherency() ? 0 : _PAGE_HUGE)))
/kernel/linux/linux-5.10/arch/parisc/kernel/
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()