Home
last modified time | relevance | path

Searched refs:devtree_coherency (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup-common.c758 bool devtree_coherency; in check_cache_coherency() local
764 devtree_coherency = prop ? false : true; in check_cache_coherency()
766 if (devtree_coherency != KERNEL_COHERENCY) { in check_cache_coherency()
770 devtree_coherency ? "on" : "off"); in check_cache_coherency()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup-common.c814 bool devtree_coherency; in check_cache_coherency() local
820 devtree_coherency = prop ? false : true; in check_cache_coherency()
822 if (devtree_coherency != KERNEL_COHERENCY) { in check_cache_coherency()
826 devtree_coherency ? "on" : "off"); in check_cache_coherency()

Completed in 3 milliseconds