Searched refs:SPRN_SPRG_PACA (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | exception-64e.h | 95 mfspr r13,SPRN_SPRG_PACA; \
|
H A D | reg.h | 1143 #define SPRN_SPRG_PACA SPRN_SPRG1 macro 1157 mfspr rX,SPRN_SPRG_PACA; \ 1164 mtspr SPRN_SPRG_PACA,rX; \ 1200 #define SET_PACA(rX) mtspr SPRN_SPRG_PACA,rX 1201 #define GET_PACA(rX) mfspr rX,SPRN_SPRG_PACA
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | exception-64e.h | 95 mfspr r13,SPRN_SPRG_PACA; \
|
H A D | reg.h | 1150 #define SPRN_SPRG_PACA SPRN_SPRG1 macro 1164 mfspr rX,SPRN_SPRG_PACA; \ 1171 mtspr SPRN_SPRG_PACA,rX; \ 1207 #define SET_PACA(rX) mtspr SPRN_SPRG_PACA,rX 1208 #define GET_PACA(rX) mfspr rX,SPRN_SPRG_PACA
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | paca.c | 264 mtspr(SPRN_SPRG_PACA, local_paca); in setup_paca()
|
H A D | exceptions-64e.S | 272 mfspr r13,SPRN_SPRG_PACA; /* get PACA */ \ 718 mfspr r13,SPRN_SPRG_PACA /* get our PACA */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | paca.c | 235 mtspr(SPRN_SPRG_PACA, local_paca); in setup_paca()
|
H A D | exceptions-64e.S | 251 mfspr r13,SPRN_SPRG_PACA; /* get PACA */ \ 664 mfspr r13,SPRN_SPRG_PACA /* get our PACA */
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 48 mfspr r13,SPRN_SPRG_PACA
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 48 mfspr r13,SPRN_SPRG_PACA
|
Completed in 16 milliseconds