Searched refs:max_nested_lpid (Results 1 – 2 of 2) sorted by relevance
527 kvm->arch.max_nested_lpid = -1; in kvmhv_vm_nested_init()726 if (lpid == kvm->arch.max_nested_lpid) { in kvmhv_remove_nested()729 kvm->arch.max_nested_lpid = lpid; in kvmhv_remove_nested()754 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_release_all_nested()764 kvm->arch.max_nested_lpid = -1; in kvmhv_release_all_nested()821 if (l1_lpid > kvm->arch.max_nested_lpid) in kvmhv_get_nested()822 kvm->arch.max_nested_lpid = l1_lpid; in kvmhv_get_nested()847 if (lpid > kvm->arch.max_nested_lpid) in kvmhv_find_nested()1159 for (i = 0; i <= kvm->arch.max_nested_lpid; i++) { in kvmhv_emulate_tlbie_all_lpid()1664 while (++lpid <= kvm->arch.max_nested_lpid) { in kvmhv_nested_next_lpid()
330 int max_nested_lpid; member