Home
last modified time | relevance | path

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

/linux/arch/openrisc/mm/
H A Dcache.c62 cache_loop_page(page, SPR_ICBIR, SPR_UPR_ICP); in local_icache_page_inv()
78 cache_loop(start, end, SPR_ICBIR, SPR_UPR_ICP); in local_icache_range_inv()
/linux/arch/openrisc/kernel/
H A Dcacheinfo.c58 if (cpu_cache_is_present(SPR_UPR_ICP)) { in init_cache_level()
98 if (cpu_cache_is_present(SPR_UPR_ICP)) in populate_cache_leaves()
H A Dhead.S831 l.andi r26,r24,SPR_UPR_ICP
/linux/arch/openrisc/include/asm/
H A Dspr_defs.h159 #define SPR_UPR_ICP 0x00000004 /* Instruction cache present */ macro