Lines Matching refs:nested
101 if (vcpu->arch.nested) in kvmhv_copy_tofrom_guest_radix()
102 lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_copy_tofrom_guest_radix()
781 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, in kvmppc_hv_handle_set_rc() argument
797 if (nested) in kvmppc_hv_handle_set_rc()
1293 struct kvm_nested_guest *nested; in debugfs_radix_read() local
1329 nested = NULL; in debugfs_radix_read()
1335 if (nested) { in debugfs_radix_read()
1336 kvmhv_put_nested(nested); in debugfs_radix_read()
1337 nested = NULL; in debugfs_radix_read()
1348 nested = kvmhv_get_nested(kvm, p->lpid, false); in debugfs_radix_read()
1349 if (!nested) { in debugfs_radix_read()
1353 pgt = nested->shadow_pgtable; in debugfs_radix_read()
1428 if (nested) in debugfs_radix_read()
1429 kvmhv_put_nested(nested); in debugfs_radix_read()