Home
last modified time | relevance | path

Searched refs:SPR_UPR_DCP (Results 1 – 4 of 4) sorted by relevance

/linux/arch/openrisc/mm/
H A Dcache.c56 cache_loop_page(page, SPR_DCBFR, SPR_UPR_DCP); in local_dcache_page_flush()
68 cache_loop(start, end, SPR_DCBFR, SPR_UPR_DCP); in local_dcache_range_flush()
73 cache_loop(start, end, SPR_DCBIR, SPR_UPR_DCP); in local_dcache_range_inv()
/linux/arch/openrisc/kernel/
H A Dcacheinfo.c43 if (cpu_cache_is_present(SPR_UPR_DCP)) { in init_cache_level()
91 if (cpu_cache_is_present(SPR_UPR_DCP)) { in populate_cache_leaves()
H A Dhead.S897 l.andi r26,r24,SPR_UPR_DCP
/linux/arch/openrisc/include/asm/
H A Dspr_defs.h158 #define SPR_UPR_DCP 0x00000002 /* Data cache present */ macro