Searched refs:SPRN_PID (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | head_40x.S | 257 mfspr r9, SPRN_PID 270 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 320 mtspr SPRN_PID, r9 338 mfspr r9, SPRN_PID 351 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 401 mtspr SPRN_PID, r9 546 mtspr SPRN_PID, r9 651 mtspr SPRN_PID,r0 691 mtspr SPRN_PID,r3
|
D | head_44x.S | 337 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
|
D | cpu_setup_power.S | 111 mtspr SPRN_PID,r0 144 mtspr SPRN_PID,r0
|
D | head_fsl_booke.S | 911 mfspr r9,SPRN_PID 1047 mtspr SPRN_PID,r3 1185 mfspr r4,SPRN_PID
|
D | exceptions-64e.S | 1450 mfspr r7,SPRN_PID 1530 mtspr SPRN_PID,r6
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | tlb_low.S | 45 mfspr r6,SPRN_PID 47 mtspr SPRN_PID,r4 49 mtspr SPRN_PID,r6 388 mtspr SPRN_PID,r3
|
/Linux-v5.10/arch/powerpc/platforms/powernv/ |
D | vas-api.c | 105 txattr.pidr = mfspr(SPRN_PID); in coproc_ioc_tx_win_open() 111 mfspr(SPRN_PID)); in coproc_ioc_tx_win_open()
|
D | vas-fault.c | 364 attr.lnotify_pid = mfspr(SPRN_PID); in vas_setup_fault_window() 365 attr.lnotify_tid = mfspr(SPRN_PID); in vas_setup_fault_window()
|
D | idle.c | 666 sprs.pid = mfspr(SPRN_PID); in power9_idle_stop() 783 mtspr(SPRN_PID, sprs.pid); in power9_idle_stop()
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | e500_emulate.c | 211 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500() 328 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
|
D | booke_interrupts.S | 224 mtspr SPRN_PID, r3 404 mfspr r3, SPRN_PID 407 mtspr SPRN_PID, r3
|
D | bookehv_interrupts.S | 71 mfspr r10, SPRN_PID 78 mtspr SPRN_PID, r8 587 mfspr r3, SPRN_PID 590 mtspr SPRN_PID, r3
|
D | book3s_64_mmu_radix.c | 61 old_pid = mfspr(SPRN_PID); in __kvmhv_copy_tofrom_guest_radix() 63 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix() 74 mtspr(SPRN_PID, old_pid); in __kvmhv_copy_tofrom_guest_radix()
|
D | book3s_hv_rmhandlers.S | 701 mfspr r7, SPRN_PID 823 mtspr SPRN_PID, r7 1624 mfspr r7, SPRN_PID 1778 mtspr SPRN_PID, r7 3368 mtspr SPRN_PID, r0
|
D | book3s_hv.c | 3443 unsigned long host_pidr = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go() 3485 mtspr(SPRN_PID, vcpu->arch.pid); in kvmhv_load_hv_regs_and_go() 3520 vcpu->arch.pid = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go() 3535 mtspr(SPRN_PID, host_pidr); in kvmhv_load_hv_regs_and_go()
|
/Linux-v5.10/arch/powerpc/kexec/ |
D | relocate_32.S | 83 mtspr SPRN_PID, r3 234 mtspr SPRN_PID, r3 /* Set PID */
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | mmu_context.c | 307 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | reg.h | 240 #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 */
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 2022 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()
|