Home
last modified time | relevance | path

Searched refs:SPR_UPR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/openrisc/kernel/
H A Dtime.c170 upr = mfspr(SPR_UPR); in time_init()
H A Dprocess.c105 if (mfspr(SPR_UPR) & SPR_UPR_PMP) in arch_cpu_idle()
H A Dsmp.c190 if (mfspr(SPR_UPR) & SPR_UPR_PMP) in stop_this_cpu()
H A Dsetup.c98 unsigned long upr = mfspr(SPR_UPR); in print_cpuinfo()
H A Dhead.S729 l.mfspr r25,r0,SPR_UPR
828 l.mfspr r24,r0,SPR_UPR
894 l.mfspr r24,r0,SPR_UPR
/openbmc/linux/arch/openrisc/include/asm/
H A Dspr_defs.h42 #define SPR_UPR (SPRGROUP_SYS + 1) macro