Searched refs:kvm_nested_guest_idr (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c689 idr_init(&kvm->arch.kvm_nested_guest_idr);
694 return idr_find(&kvm->arch.kvm_nested_guest_idr, lpid);
699 if (idr_alloc(&kvm->arch.kvm_nested_guest_idr,
707 if (idr_replace(&kvm->arch.kvm_nested_guest_idr, gp, lpid))
713 idr_remove(&kvm->arch.kvm_nested_guest_idr, lpid);
801 idr_for_each_entry(&kvm->arch.kvm_nested_guest_idr, gp, lpid) {
808 idr_destroy(&kvm->arch.kvm_nested_guest_idr);
1198 idr_for_each_entry(&kvm->arch.kvm_nested_guest_idr, gp, lpid) {
1703 if (!idr_get_next(&kvm->arch.kvm_nested_guest_idr, &ret))
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h334 struct idr kvm_nested_guest_idr; member in struct:kvm_arch

Completed in 111 milliseconds