Searched refs:SPRN_PID (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_40x.S | 271 mfspr r12, SPRN_PID 278 mfspr r12, SPRN_PID 302 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 350 mtspr SPRN_PID, r12 357 mtspr SPRN_PID, r12 375 mtspr SPRN_PID, r12 382 mtspr SPRN_PID, r12 460 mfspr r12, SPRN_PID 467 mfspr r12, SPRN_PID 482 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ [all …]
|
D | head_44x.S | 338 mfspr r13,SPRN_PID /* Get PID */ 449 mfspr r13,SPRN_PID /* Get PID */ 578 mfspr r12,SPRN_PID /* Get PID */ 675 mfspr r12,SPRN_PID /* Get PID */ 798 mtspr SPRN_PID,r3 859 mfspr r3,SPRN_PID /* Get PID */ 909 mtspr SPRN_PID,r0 1050 mfspr r3,SPRN_PID /* Get PID */ 1117 mtspr SPRN_PID,r0
|
D | cpu_setup_power.S | 105 mtspr SPRN_PID,r0 130 mtspr SPRN_PID,r0
|
D | idle_book3s.S | 106 mfspr r3, SPRN_PID 131 mtspr SPRN_PID, r4
|
D | head_fsl_booke.S | 902 mfspr r9,SPRN_PID 1038 mtspr SPRN_PID,r3 1123 mfspr r4,SPRN_PID
|
D | misc_32.S | 681 mtspr SPRN_PID, r3 832 mtspr SPRN_PID, r3 /* Set PID */
|
D | exceptions-64e.S | 1238 mfspr r7,SPRN_PID 1318 mtspr SPRN_PID,r6
|
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_nohash_low.S | 50 mfspr r6,SPRN_PID 52 mtspr SPRN_PID,r4 54 mtspr SPRN_PID,r6 393 mtspr SPRN_PID,r3
|
D | mmu_context_book3s64.c | 241 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | e500_emulate.c | 215 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500() 325 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
|
D | booke_interrupts.S | 235 mtspr SPRN_PID, r3 416 mfspr r3, SPRN_PID 419 mtspr SPRN_PID, r3
|
D | bookehv_interrupts.S | 78 mfspr r10, SPRN_PID 85 mtspr SPRN_PID, r8 594 mfspr r3, SPRN_PID 597 mtspr SPRN_PID, r3
|
D | book3s_hv_rmhandlers.S | 762 mfspr r7, SPRN_PID 919 mtspr SPRN_PID, r7 1682 mfspr r7, SPRN_PID 1903 mtspr SPRN_PID, r7 3386 mtspr SPRN_PID, r0
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | reg.h | 232 #define SPRN_PID 0x3B1 /* Process ID */ macro 234 #define SPRN_PID 0x030 /* Process ID */ macro 236 #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 1876 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()
|