Lines Matching refs:nested
107 if (vcpu->arch.nested) in kvmhv_copy_tofrom_guest_radix()
108 lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_copy_tofrom_guest_radix()
788 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, in kvmppc_hv_handle_set_rc() argument
804 if (nested) in kvmppc_hv_handle_set_rc()
1305 struct kvm_nested_guest *nested; in debugfs_radix_read() local
1341 nested = NULL; in debugfs_radix_read()
1347 if (nested) { in debugfs_radix_read()
1348 kvmhv_put_nested(nested); in debugfs_radix_read()
1349 nested = NULL; in debugfs_radix_read()
1360 nested = kvmhv_get_nested(kvm, p->lpid, false); in debugfs_radix_read()
1361 if (!nested) { in debugfs_radix_read()
1365 pgt = nested->shadow_pgtable; in debugfs_radix_read()
1440 if (nested) in debugfs_radix_read()
1441 kvmhv_put_nested(nested); in debugfs_radix_read()