Searched refs:max_nested_lpid (Results 1 – 2 of 2) sorted by relevance
435 kvm->arch.max_nested_lpid = -1; in kvmhv_vm_nested_init()634 if (lpid == kvm->arch.max_nested_lpid) { in kvmhv_remove_nested()637 kvm->arch.max_nested_lpid = lpid; in kvmhv_remove_nested()662 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_release_all_nested()672 kvm->arch.max_nested_lpid = -1; in kvmhv_release_all_nested()729 if (l1_lpid > kvm->arch.max_nested_lpid) in kvmhv_get_nested()730 kvm->arch.max_nested_lpid = l1_lpid; in kvmhv_get_nested()755 if (lpid > kvm->arch.max_nested_lpid) in kvmhv_find_nested()1067 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_emulate_tlbie_all_lpid()1465 while (++lpid <= kvm->arch.max_nested_lpid) { in kvmhv_nested_next_lpid()
343 int max_nested_lpid; member