Home
last modified time | relevance | path

Searched refs:SPRN_PID (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dhead_40x.S271 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 …]
Dhead_44x.S338 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
Dcpu_setup_power.S105 mtspr SPRN_PID,r0
130 mtspr SPRN_PID,r0
Didle_book3s.S106 mfspr r3, SPRN_PID
131 mtspr SPRN_PID, r4
Dhead_fsl_booke.S902 mfspr r9,SPRN_PID
1038 mtspr SPRN_PID,r3
1123 mfspr r4,SPRN_PID
Dmisc_32.S681 mtspr SPRN_PID, r3
832 mtspr SPRN_PID, r3 /* Set PID */
Dexceptions-64e.S1238 mfspr r7,SPRN_PID
1318 mtspr SPRN_PID,r6
/Linux-v4.19/arch/powerpc/mm/
Dtlb_nohash_low.S50 mfspr r6,SPRN_PID
52 mtspr SPRN_PID,r4
54 mtspr SPRN_PID,r6
393 mtspr SPRN_PID,r3
Dmmu_context_book3s64.c241 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
/Linux-v4.19/arch/powerpc/kvm/
De500_emulate.c215 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500()
325 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
Dbooke_interrupts.S235 mtspr SPRN_PID, r3
416 mfspr r3, SPRN_PID
419 mtspr SPRN_PID, r3
Dbookehv_interrupts.S78 mfspr r10, SPRN_PID
85 mtspr SPRN_PID, r8
594 mfspr r3, SPRN_PID
597 mtspr SPRN_PID, r3
Dbook3s_hv_rmhandlers.S762 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/
Dreg.h232 #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/
Dxmon.c1876 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()