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

/linux-master/arch/parisc/kernel/
H A Dcache.c117 } else if (parisc_requires_coherency())
461 if (parisc_requires_coherency()) {
557 if (num_online_cpus() > 1 && !parisc_requires_coherency()) {
701 if (parisc_requires_coherency()) {
739 if (!parisc_requires_coherency()
755 if (!parisc_requires_coherency()
771 if (parisc_requires_coherency())
782 if (parisc_requires_coherency()) {
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h280 * parisc_requires_coherency() is used to identify the combined VIPT/PIPT
286 #define parisc_requires_coherency() _parisc_requires_coherency macro
288 #define parisc_requires_coherency() (0) macro
H A Dpgtable.h334 (parisc_requires_coherency() ? 0 : _PAGE_HUGE)))

Completed in 114 milliseconds