Searched refs:SPRN_PID (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kernel/ |
D | head_40x.S | 273 mfspr r12, SPRN_PID 280 mfspr r12, SPRN_PID 304 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 352 mtspr SPRN_PID, r12 359 mtspr SPRN_PID, r12 377 mtspr SPRN_PID, r12 384 mtspr SPRN_PID, r12 474 mfspr r12, SPRN_PID 481 mfspr r12, SPRN_PID 496 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ [all …]
|
D | head_44x.S | 109 mfspr r3,SPRN_PID /* Get PID */ 142 mtspr SPRN_PID,r0 381 mfspr r13,SPRN_PID /* Get PID */ 492 mfspr r13,SPRN_PID /* Get PID */ 644 mtspr SPRN_PID,r3
|
D | head_fsl_booke.S | 1004 mtspr SPRN_PID,r3
|
/arch/powerpc/mm/ |
D | tlb_nohash_low.S | 47 mfspr r6,SPRN_PID 49 mtspr SPRN_PID,r4 51 mtspr SPRN_PID,r6
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 126 #define SPRN_PID 0x030 /* Process ID */ macro 127 #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */ 144 #define SPRN_PID 0x3B1 /* Process ID */ macro
|
/arch/powerpc/kvm/ |
D | booke_interrupts.S | 190 mtspr SPRN_PID, r3 345 mfspr r3, SPRN_PID 348 mtspr SPRN_PID, r3
|
D | 44x_emulate.c | 197 case SPRN_PID: in kvmppc_core_emulate_mtspr() 302 case SPRN_PID: in kvmppc_core_emulate_mfspr()
|