Searched refs:pid (Results 126 - 150 of 1514) sorted by path

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dmmu_context.h214 void do_h_rpt_invalidate_prt(unsigned long pid, unsigned long lpid,
218 static inline void do_h_rpt_invalidate_prt(unsigned long pid,
H A Dplpar_wrappers.h565 static inline long pseries_rpt_invalidate(u64 pid, u64 target, u64 type, argument
572 rc = plpar_hcall_norets(H_RPT_INVALIDATE, pid, target, type,
586 rc = plpar_hcall_norets(H_RPT_INVALIDATE, pid, target,
611 static inline long pseries_rpt_invalidate(u64 pid, u64 target, u64 type, argument
H A Dpnv-ocxl.h82 unsigned long pid,
H A Dprocessor.h163 unsigned long pid; /* value written in PID reg. at interrupt exit */ member in struct:thread_struct
H A Dspu.h132 pid_t pid; member in struct:spu
H A Dvas.h65 * to pid and mm until windows are closed.
66 * Stores pid, mm, and tgid for each window.
69 struct pid *pid; /* PID of owner */ member in struct:vas_user_win_ref
70 struct pid *tgid; /* Thread group ID of owner */
102 /* Drop references to pid, tgid, and mm */
103 put_pid(ref->pid);
/linux-master/arch/powerpc/include/asm/nohash/
H A Dkup-booke.h41 mtspr(SPRN_PID, current->thread.pid);
49 mtspr(SPRN_PID, current->thread.pid);
79 uaccess_begin_booke(current->thread.pid);
99 uaccess_begin_booke(current->thread.pid);
H A Dtlbflush.h37 unsigned int pid = READ_ONCE(mm->context.id); local
39 if (pid != MMU_NO_CONTEXT)
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h44 __u64 pid; member in struct:kvm_regs
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c357 OFFSET(VCPU_GUEST_PID, kvm_vcpu, arch.pid);
H A Dmce.c583 level, evt->cpu, current->pid, current->comm,
H A Dpci-common.c679 "Process %s (pid:%d) mapped non-existing PCI legacy memory for 0%04x:%02x\n",
680 current->comm, current->pid, pci_domain_nr(bus), bus->number);
H A Dprocess.c1005 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, "
1007 tsk->pid, thr->regs->nip,
1013 TM_DEBUG("--- tm_reclaim on pid %d complete\n",
1014 tsk->pid);
1072 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n",
1073 new->pid, new->thread.regs->msr);
1084 TM_DEBUG("*** tm_recheckpoint of pid %d complete "
1086 new->pid, mfmsr());
1459 current->pid, s.buffer);
1865 p->thread.pid
[all...]
H A Dstacktrace.c197 pr_cont(" current: %d (%s)\n", p->__current->pid,
H A Dsysfs.c55 current->comm, current->pid);
64 current->comm, current->pid);
H A Dtraps.c149 !current->pid || is_global_init(current))
242 if (in_interrupt() || panic_on_oops || !current->pid ||
326 current->comm, current->pid, signame(signr), signr,
905 smp_processor_id(), current->comm, current->pid,
940 smp_processor_id(), current->comm, current->pid,
955 smp_processor_id(), current->comm, current->pid,
962 smp_processor_id(), current->comm, current->pid, regs->nip,
981 smp_processor_id(), current->comm, current->pid,
/linux-master/arch/powerpc/kvm/
H A Dbook3s.c568 regs->pid = kvmppc_get_pid(vcpu);
H A Dbook3s_64_mmu_radix.c35 unsigned long __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, argument
48 return plpar_hcall_norets(H_COPY_TOFROM_GUEST, lpid, pid, eaddr,
56 if (!pid)
67 /* switch the lpid first to avoid running host with unallocated pid */
73 if (old_pid != pid)
74 mtspr(SPRN_PID, pid);
87 /* switch the pid first to avoid running host with unallocated pid */
88 if (quadrant == 1 && pid != old_pid)
103 int pid; local
272 u32 pid; local
[all...]
H A Dbook3s_hv.c1088 unsigned long pid, pg_sizes, start, end; local
1096 pid = kvmppc_get_gpr(vcpu, 4);
1101 do_h_rpt_invalidate_prt(pid, vcpu->arch.nested->shadow_lpid,
H A Dbook3s_hv_nested.c51 hr->pidr = vcpu->arch.pid;
119 hr->pidr = vcpu->arch.pid;
161 vcpu->arch.pid = hr->pidr;
189 vcpu->arch.pid = hr->pidr;
582 * r5 = pid
592 int pid = kvmppc_get_gpr(vcpu, 5); local
621 rc = __kvmhv_copy_tofrom_guest_radix(gp->shadow_lpid, pid,
641 rc = __kvmhv_copy_tofrom_guest_radix(gp->shadow_lpid, pid,
1227 * is == 1 -> Partition scoped translations not associated with pid
H A Dbook3s_hv_nestedv2.c230 rc = kvmppc_gse_put_u32(gsb, iden, vcpu->arch.pid);
478 vcpu->arch.pid = kvmppc_gse_get_u32(gse);
H A Dbook3s_hv_p9_entry.c305 u32 pid; local
308 pid = kvmppc_get_pid(vcpu);
319 mtspr(SPRN_PID, pid);
329 u32 pid; local
333 pid = kvmppc_get_pid(vcpu);
344 mtspr(SPRN_PID, pid);
353 static void switch_mmu_to_host(struct kvm *kvm, u32 pid) argument
366 mtspr(SPRN_PID, pid);
831 vcpu->arch.pid = mfspr(SPRN_PID);
H A Dbooke.c1461 regs->pid = vcpu->arch.pid;
1492 kvmppc_set_pid(vcpu, regs->pid);
H A De500.c132 /* Map guest pid to shadow.
154 /* Update shadow pid when mappings are changed */
161 int as, int pid, int pr)
166 BUG_ON(pid >= NUM_TIDS);
169 idt->id[as][pid][pr].val = 0;
170 idt->id[as][pid][pr].pentry = NULL;
172 /* Update shadow pid when mappings are changed */
206 /* Update shadow pid when mappings are changed */
221 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid) argument
225 if (vcpu->arch.pid !
159 kvmppc_e500_id_table_reset_one( struct kvmppc_vcpu_e500 *vcpu_e500, int as, int pid, int pr) argument
237 int pid; local
[all...]
H A De500.h93 u32 pid[E500_PID_NUM]; member in struct:kvmppc_vcpu_e500
210 return vcpu->arch.pid & 0xff;
318 return vcpu_e500->pid[tidseld];

Completed in 306 milliseconds

1234567891011>>