Lines Matching refs:nested
96 if (vcpu->arch.nested) in kvmhv_copy_tofrom_guest_radix()
97 lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_copy_tofrom_guest_radix()
762 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, in kvmppc_hv_handle_set_rc() argument
778 if (nested) in kvmppc_hv_handle_set_rc()
1274 struct kvm_nested_guest *nested; in debugfs_radix_read() local
1310 nested = NULL; in debugfs_radix_read()
1316 if (nested) { in debugfs_radix_read()
1317 kvmhv_put_nested(nested); in debugfs_radix_read()
1318 nested = NULL; in debugfs_radix_read()
1329 nested = kvmhv_get_nested(kvm, p->lpid, false); in debugfs_radix_read()
1330 if (!nested) { in debugfs_radix_read()
1334 pgt = nested->shadow_pgtable; in debugfs_radix_read()
1409 if (nested) in debugfs_radix_read()
1410 kvmhv_put_nested(nested); in debugfs_radix_read()