Home
last modified time | relevance | path

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

/linux/arch/openrisc/mm/
H A Dcache.c26 unsigned long mask = SPR_UPR_UP | cache_type; in cpu_cache_is_present()
/linux/arch/openrisc/kernel/
H A Dcacheinfo.c37 if (!(upr & SPR_UPR_UP)) { in init_cache_level()
H A Dsetup.c110 if (!(upr & SPR_UPR_UP)) { in print_cpuinfo()
/linux/arch/openrisc/include/asm/
H A Dspr_defs.h157 #define SPR_UPR_UP 0x00000001 /* UPR present */ macro