Searched refs:SPR_UPR_DCP (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/openrisc/mm/ |
| H A D | cache.c | 56 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 D | cacheinfo.c | 43 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 D | head.S | 897 l.andi r26,r24,SPR_UPR_DCP
|
| /linux/arch/openrisc/include/asm/ |
| H A D | spr_defs.h | 158 #define SPR_UPR_DCP 0x00000002 /* Data cache present */ macro
|