Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_40x.S258 mfspr r9, SPRN_PID
271 mtspr SPRN_PID, r9 /* TLB will have 0 TID */
321 mtspr SPRN_PID, r9
339 mfspr r9, SPRN_PID
352 mtspr SPRN_PID, r9 /* TLB will have 0 TID */
402 mtspr SPRN_PID, r9
547 mtspr SPRN_PID, r9
652 mtspr SPRN_PID,r0
698 mtspr SPRN_PID,r3
H A Dcpu_setup_power.c204 mtspr(SPRN_PID, 0); in __setup_cpu_power9()
225 mtspr(SPRN_PID, 0); in __restore_cpu_power9()
244 mtspr(SPRN_PID, 0); in __setup_cpu_power10()
266 mtspr(SPRN_PID, 0); in __restore_cpu_power10()
H A Dhead_44x.S337 mfspr r13,SPRN_PID /* Get PID */
447 mfspr r13,SPRN_PID /* Get PID */
575 mfspr r12,SPRN_PID /* Get PID */
672 mfspr r12,SPRN_PID /* Get PID */
795 mtspr SPRN_PID,r3
856 mfspr r3,SPRN_PID /* Get PID */
906 mtspr SPRN_PID,r0
1047 mfspr r3,SPRN_PID /* Get PID */
1114 mtspr SPRN_PID,r0
H A Dhead_fsl_booke.S911 mfspr r9,SPRN_PID
1047 mtspr SPRN_PID,r3
1185 mfspr r4,SPRN_PID
H A Dexceptions-64e.S1450 mfspr r7,SPRN_PID
1530 mtspr SPRN_PID,r6
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dtlb_low.S45 mfspr r6,SPRN_PID
47 mtspr SPRN_PID,r4
49 mtspr SPRN_PID,r6
388 mtspr SPRN_PID,r3
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dvas-api.c105 txattr.pidr = mfspr(SPRN_PID); in coproc_ioc_tx_win_open()
111 mfspr(SPRN_PID)); in coproc_ioc_tx_win_open()
H A Dvas-fault.c364 attr.lnotify_pid = mfspr(SPRN_PID); in vas_setup_fault_window()
365 attr.lnotify_tid = mfspr(SPRN_PID); in vas_setup_fault_window()
H A Didle.c666 sprs.pid = mfspr(SPRN_PID); in power9_idle_stop()
783 mtspr(SPRN_PID, sprs.pid); in power9_idle_stop()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500_emulate.c211 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500()
328 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
H A Dbookehv_interrupts.S71 mfspr r10, SPRN_PID
78 mtspr SPRN_PID, r8
587 mfspr r3, SPRN_PID
590 mtspr SPRN_PID, r3
H A Dbooke_interrupts.S224 mtspr SPRN_PID, r3
404 mfspr r3, SPRN_PID
407 mtspr SPRN_PID, r3
H A Dbook3s_64_mmu_radix.c61 old_pid = mfspr(SPRN_PID); in __kvmhv_copy_tofrom_guest_radix()
63 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix()
76 mtspr(SPRN_PID, old_pid); in __kvmhv_copy_tofrom_guest_radix()
H A Dbook3s_hv_rmhandlers.S707 mfspr r7, SPRN_PID
829 mtspr SPRN_PID, r7
1630 mfspr r7, SPRN_PID
1784 mtspr SPRN_PID, r7
3406 mtspr SPRN_PID, r0
H A Dbook3s_hv.c3461 unsigned long host_pidr = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go()
3503 mtspr(SPRN_PID, vcpu->arch.pid); in kvmhv_load_hv_regs_and_go()
3538 vcpu->arch.pid = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go()
3553 mtspr(SPRN_PID, host_pidr); in kvmhv_load_hv_regs_and_go()
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Drelocate_32.S83 mtspr SPRN_PID, r3
234 mtspr SPRN_PID, r3 /* Set PID */
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h323 #define SPRN_PID 0x3B1 /* Process ID */ macro
326 #define SPRN_PID 0x030 /* Book E Process ID */ macro
744 #define PID0 SPRN_PID
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dmmu_context.c307 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h240 #define SPRN_PID 0x3B1 /* Process ID */ macro
242 #define SPRN_PID 0x030 /* Process ID */ macro
244 #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c2024 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()