Searched refs:SPR_COREID (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | smp.h | 16 #define hard_smp_processor_id() mfspr(SPR_COREID)
|
H A D | spr_defs.h | 65 #define SPR_COREID (SPRGROUP_SYS + 128) macro
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | smp.h | 16 #define hard_smp_processor_id() mfspr(SPR_COREID)
|
H A D | spr_defs.h | 65 #define SPR_COREID (SPRGROUP_SYS + 128) macro
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | setup.c | 204 cpuinfo->coreid = mfspr(SPR_COREID); in setup_cpuinfo()
|
H A D | head.S | 160 l.mfspr t1,r0,SPR_COREID ;\ 177 l.mfspr r10,r0,SPR_COREID ;\ 565 l.mfspr r26,r0,SPR_COREID 760 l.mfspr r25,r0,SPR_COREID
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | setup.c | 189 cpuinfo->coreid = mfspr(SPR_COREID); in setup_cpuinfo()
|
H A D | head.S | 160 l.mfspr t1,r0,SPR_COREID ;\ 177 l.mfspr r10,r0,SPR_COREID ;\ 569 l.mfspr r26,r0,SPR_COREID 764 l.mfspr r25,r0,SPR_COREID
|
Completed in 9 milliseconds