Lines Matching refs:pid
35 unsigned long __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, in __kvmhv_copy_tofrom_guest_radix() argument
45 return plpar_hcall_norets(H_COPY_TOFROM_GUEST, lpid, pid, eaddr, in __kvmhv_copy_tofrom_guest_radix()
53 if (!pid) in __kvmhv_copy_tofrom_guest_radix()
70 if (old_pid != pid) in __kvmhv_copy_tofrom_guest_radix()
71 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix()
85 if (quadrant == 1 && pid != old_pid) in __kvmhv_copy_tofrom_guest_radix()
100 int pid = vcpu->arch.pid; in kvmhv_copy_tofrom_guest_radix() local
112 pid = 0; in kvmhv_copy_tofrom_guest_radix()
116 return __kvmhv_copy_tofrom_guest_radix(lpid, pid, eaddr, to, from, n); in kvmhv_copy_tofrom_guest_radix()
267 u32 pid; in kvmppc_mmu_radix_xlate() local
274 pid = vcpu->arch.pid; in kvmppc_mmu_radix_xlate()
277 pid = 0; in kvmppc_mmu_radix_xlate()
284 vcpu->kvm->arch.process_table, pid, &pte); in kvmppc_mmu_radix_xlate()