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()627 if (lpid == kvm->arch.max_nested_lpid) { in kvmhv_remove_nested()630 kvm->arch.max_nested_lpid = lpid; in kvmhv_remove_nested()655 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_release_all_nested()665 kvm->arch.max_nested_lpid = -1; in kvmhv_release_all_nested()722 if (l1_lpid > kvm->arch.max_nested_lpid) in kvmhv_get_nested()723 kvm->arch.max_nested_lpid = l1_lpid; in kvmhv_get_nested()748 if (lpid > kvm->arch.max_nested_lpid) in kvmhv_find_nested()1047 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_emulate_tlbie_all_lpid()1447 while (++lpid <= kvm->arch.max_nested_lpid) { in kvmhv_nested_next_lpid()
335 int max_nested_lpid; member