Searched refs:shadow_lpid (Results 1 – 5 of 5) sorted by relevance
727 long shadow_lpid; in kvmhv_alloc_nested() local738 shadow_lpid = kvmppc_alloc_lpid(); in kvmhv_alloc_nested()739 if (shadow_lpid < 0) in kvmhv_alloc_nested()741 gp->shadow_lpid = shadow_lpid; in kvmhv_alloc_nested()769 gp->shadow_lpid); in kvmhv_release_nested()772 kvmhv_set_ptbl_entry(gp->shadow_lpid, 0, 0); in kvmhv_release_nested()773 kvmppc_free_lpid(gp->shadow_lpid); in kvmhv_release_nested()838 kvmhv_flush_lpid(gp->shadow_lpid); in kvmhv_flush_nested()1179 gp->shadow_lpid); in kvmhv_emulate_tlbie_lpid()1180 kvmhv_flush_lpid(gp->shadow_lpid); in kvmhv_emulate_tlbie_lpid()[all …]
307 lpid = nested ? nested->shadow_lpid : kvm->arch.lpid; in switch_mmu_to_guest_radix()
111 lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_copy_tofrom_guest_radix()
1104 do_h_rpt_invalidate_prt(pid, vcpu->arch.nested->shadow_lpid, in kvmppc_nested_h_rpt_invalidate()4347 hvregs.lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_vcpu_entry_p9_nested()
26 int shadow_lpid; /* real lpid of this nested guest */ member