Searched refs:max_nested_lpid (Results 1 – 2 of 2) sorted by relevance
456 kvm->arch.max_nested_lpid = -1; in kvmhv_vm_nested_init()655 if (lpid == kvm->arch.max_nested_lpid) { in kvmhv_remove_nested()658 kvm->arch.max_nested_lpid = lpid; in kvmhv_remove_nested()683 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_release_all_nested()693 kvm->arch.max_nested_lpid = -1; in kvmhv_release_all_nested()750 if (l1_lpid > kvm->arch.max_nested_lpid) in kvmhv_get_nested()751 kvm->arch.max_nested_lpid = l1_lpid; in kvmhv_get_nested()776 if (lpid > kvm->arch.max_nested_lpid) in kvmhv_find_nested()1088 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_emulate_tlbie_all_lpid()1486 while (++lpid <= kvm->arch.max_nested_lpid) { in kvmhv_nested_next_lpid()
343 int max_nested_lpid; member