Searched refs:max_nested_lpid (Results 1 – 2 of 2) sorted by relevance
528 kvm->arch.max_nested_lpid = -1; in kvmhv_vm_nested_init()727 if (lpid == kvm->arch.max_nested_lpid) { in kvmhv_remove_nested()730 kvm->arch.max_nested_lpid = lpid; in kvmhv_remove_nested()755 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_release_all_nested()765 kvm->arch.max_nested_lpid = -1; in kvmhv_release_all_nested()822 if (l1_lpid > kvm->arch.max_nested_lpid) in kvmhv_get_nested()823 kvm->arch.max_nested_lpid = l1_lpid; in kvmhv_get_nested()848 if (lpid > kvm->arch.max_nested_lpid) in kvmhv_find_nested()1160 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_emulate_tlbie_all_lpid()1665 while (++lpid <= kvm->arch.max_nested_lpid) { in kvmhv_nested_next_lpid()
330 int max_nested_lpid; member