Searched refs:SPRN_PID (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/arch/powerpc/kernel/ |
D | head_40x.S | 189 mfspr r12, SPRN_PID 196 mfspr r12, SPRN_PID 220 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ 268 mtspr SPRN_PID, r12 275 mtspr SPRN_PID, r12 293 mtspr SPRN_PID, r12 300 mtspr SPRN_PID, r12 377 mfspr r12, SPRN_PID 384 mfspr r12, SPRN_PID 399 mtspr SPRN_PID, r9 /* TLB will have 0 TID */ [all …]
|
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 | 104 mtspr SPRN_PID,r0 130 mtspr SPRN_PID,r0
|
D | head_fsl_booke.S | 908 mfspr r9,SPRN_PID 1044 mtspr SPRN_PID,r3 1129 mfspr r4,SPRN_PID
|
D | misc_32.S | 683 mtspr SPRN_PID, r3 834 mtspr SPRN_PID, r3 /* Set PID */
|
D | exceptions-64e.S | 1252 mfspr r7,SPRN_PID 1332 mtspr SPRN_PID,r6
|
/Linux-v5.4/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.4/arch/powerpc/kvm/ |
D | e500_emulate.c | 212 case SPRN_PID: in kvmppc_core_emulate_mtspr_e500() 329 case SPRN_PID: in kvmppc_core_emulate_mfspr_e500()
|
D | booke_interrupts.S | 224 mtspr SPRN_PID, r3 405 mfspr r3, SPRN_PID 408 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 | 58 old_pid = mfspr(SPRN_PID); in __kvmhv_copy_tofrom_guest_radix() 60 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix() 73 mtspr(SPRN_PID, old_pid); in __kvmhv_copy_tofrom_guest_radix()
|
D | book3s_hv_rmhandlers.S | 700 mfspr r7, SPRN_PID 822 mtspr SPRN_PID, r7 1622 mfspr r7, SPRN_PID 1776 mtspr SPRN_PID, r7 3334 mtspr SPRN_PID, r0
|
D | book3s_hv.c | 3399 unsigned long host_pidr = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go() 3431 mtspr(SPRN_PID, vcpu->arch.pid); in kvmhv_load_hv_regs_and_go() 3466 vcpu->arch.pid = mfspr(SPRN_PID); in kvmhv_load_hv_regs_and_go() 3481 mtspr(SPRN_PID, host_pidr); in kvmhv_load_hv_regs_and_go()
|
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | mmu_context.c | 306 mtspr(SPRN_PID, next->context.id); in radix__switch_mmu_context()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | reg.h | 241 #define SPRN_PID 0x3B1 /* Process ID */ macro 243 #define SPRN_PID 0x030 /* Process ID */ macro 245 #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | idle.c | 664 sprs.pid = mfspr(SPRN_PID); in power9_idle_stop() 783 mtspr(SPRN_PID, sprs.pid); in power9_idle_stop()
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 1896 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()
|