/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | kup-booke.h | 30 mtspr(SPRN_PID, 0); 36 regs->kuap = mfspr(SPRN_PID); 37 mtspr(SPRN_PID, 0); 46 mtspr(SPRN_PID, current->thread.pid); 54 mtspr(SPRN_PID, current->thread.pid); 61 unsigned long kuap = mfspr(SPRN_PID); 72 mtspr(SPRN_PID, current->thread.pid); 78 mtspr(SPRN_PID, 0); 84 unsigned long flags = mfspr(SPRN_PID); 86 mtspr(SPRN_PID, 0); [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | cpu_setup_power.c | 208 mtspr(SPRN_PID, 0); in __setup_cpu_power9() 230 mtspr(SPRN_PID, 0); in __restore_cpu_power9() 250 mtspr(SPRN_PID, 0); in __setup_cpu_power10() 273 mtspr(SPRN_PID, 0); in __restore_cpu_power10()
|
A D | head_40x.S | 282 mfspr r9, SPRN_PID 295 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 348 mtspr SPRN_PID, r12 366 mfspr r9, SPRN_PID 379 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 432 mtspr SPRN_PID, r12 581 mtspr SPRN_PID, r12 686 mtspr SPRN_PID,r0
|
A D | head_44x.S | 335 mfspr r13,SPRN_PID /* Get PID */ 449 mfspr r13,SPRN_PID /* Get PID */ 582 mfspr r12,SPRN_PID /* Get PID */ 683 mfspr r12,SPRN_PID /* Get PID */ 858 mfspr r3,SPRN_PID /* Get PID */ 908 mtspr SPRN_PID,r0 1049 mfspr r3,SPRN_PID /* Get PID */ 1116 mtspr SPRN_PID,r0
|
A D | head_85xx.S | 893 mfspr r9,SPRN_PID 1139 mfspr r4,SPRN_PID
|
A D | exceptions-64e.S | 1117 mfspr r7,SPRN_PID 1197 mtspr SPRN_PID,r6
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | vas-fault.c | 228 attr.lnotify_pid = mfspr(SPRN_PID); in vas_setup_fault_window() 229 attr.lnotify_tid = mfspr(SPRN_PID); in vas_setup_fault_window()
|
A D | idle.c | 665 sprs.pid = mfspr(SPRN_PID); in power9_idle_stop() 781 mtspr(SPRN_PID, sprs.pid); in power9_idle_stop()
|
A D | vas-window.c | 1420 txattr.pidr = mfspr(SPRN_PID); in vas_user_win_open() 1426 mfspr(SPRN_PID)); in vas_user_win_open()
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
A D | tlb_low.S | 45 mfspr r6,SPRN_PID 47 mtspr SPRN_PID,r4 49 mtspr SPRN_PID,r6
|
A D | mmu_context.c | 225 mtspr(SPRN_PID, id); in set_context()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_p9_entry.c | 319 mtspr(SPRN_PID, pid); in switch_mmu_to_guest_radix() 344 mtspr(SPRN_PID, pid); in switch_mmu_to_guest_hpt() 366 mtspr(SPRN_PID, pid); in switch_mmu_to_host() 571 host_pidr = mfspr(SPRN_PID); in kvmhv_vcpu_entry_p9() 831 vcpu->arch.pid = mfspr(SPRN_PID); in kvmhv_vcpu_entry_p9()
|
A D | e500_emulate.c | 211 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500() 328 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
|
A D | booke_interrupts.S | 224 mtspr SPRN_PID, r3 404 mfspr r3, SPRN_PID 407 mtspr SPRN_PID, r3
|
A D | bookehv_interrupts.S | 71 mfspr r10, SPRN_PID 78 mtspr SPRN_PID, r8 578 mfspr r3, SPRN_PID 581 mtspr SPRN_PID, r3
|
A D | book3s_64_entry.S | 385 mtspr SPRN_PID,r10
|
A D | book3s_64_mmu_radix.c | 68 old_pid = mfspr(SPRN_PID); in __kvmhv_copy_tofrom_guest_radix() 70 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix() 85 mtspr(SPRN_PID, old_pid); in __kvmhv_copy_tofrom_guest_radix()
|
A D | book3s_hv_rmhandlers.S | 759 mtspr SPRN_PID, r7 1263 mfspr r7, SPRN_PID
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | relocate_32.S | 83 mtspr SPRN_PID, r3 234 mtspr SPRN_PID, r3 /* Set PID */
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | mmu_context.c | 327 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | reg.h | 237 #define SPRN_PID 0x3B1 /* Process ID */ macro 239 #define SPRN_PID 0x030 /* Process ID */ macro 241 #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | vas.c | 369 txwin->pid = mfspr(SPRN_PID); in vas_allocate_window()
|
/linux-6.3-rc2/arch/powerpc/xmon/ |
A D | xmon.c | 2106 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs() 2109 mfspr(SPRN_PID)); in dump_300_sprs()
|