Searched refs:kvm_nested_guest_idr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 665 idr_init(&kvm->arch.kvm_nested_guest_idr); in kvmhv_vm_nested_init() 670 return idr_find(&kvm->arch.kvm_nested_guest_idr, lpid); in __find_nested() 675 if (idr_alloc(&kvm->arch.kvm_nested_guest_idr, in __prealloc_nested() 683 if (idr_replace(&kvm->arch.kvm_nested_guest_idr, gp, lpid)) in __add_nested() 689 idr_remove(&kvm->arch.kvm_nested_guest_idr, lpid); in __remove_nested() 777 idr_for_each_entry(&kvm->arch.kvm_nested_guest_idr, gp, lpid) { in kvmhv_release_all_nested() 784 idr_destroy(&kvm->arch.kvm_nested_guest_idr); in kvmhv_release_all_nested() 1174 idr_for_each_entry(&kvm->arch.kvm_nested_guest_idr, gp, lpid) { in kvmhv_emulate_tlbie_all_lpid() 1679 if (!idr_get_next(&kvm->arch.kvm_nested_guest_idr, &ret)) in kvmhv_nested_next_lpid()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 335 struct idr kvm_nested_guest_idr; member
|