Home
last modified time | relevance | path

Searched refs:SPR_UPR_PMP (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/openrisc/kernel/
Dprocess.c104 if (mfspr(SPR_UPR) & SPR_UPR_PMP) in arch_cpu_idle()
Dsmp.c186 if (mfspr(SPR_UPR) & SPR_UPR_PMP) in stop_this_cpu()
Dsetup.c145 if (upr & SPR_UPR_PMP) in print_cpuinfo()
Dhead.S730 l.andi r25,r25,SPR_UPR_PMP
/linux-6.12.1/arch/openrisc/include/asm/
Dspr_defs.h166 #define SPR_UPR_PMP 0x00000200 /* Power management present */ macro