Searched refs:l1_lpid (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 599 int l1_lpid = kvmppc_get_gpr(vcpu, 4); in kvmhv_copy_tofrom_guest_nested() local 619 gp = kvmhv_get_nested(vcpu->kvm, l1_lpid, false); in kvmhv_copy_tofrom_guest_nested() 733 gp->l1_lpid = lpid; in kvmhv_alloc_nested() 780 int lpid = gp->l1_lpid; in kvmhv_remove_nested() 853 gp = __find_nested(kvm, l1_lpid); in kvmhv_get_nested() 861 newgp = kvmhv_alloc_nested(kvm, l1_lpid); in kvmhv_get_nested() 865 if (!__prealloc_nested(kvm, l1_lpid)) { in kvmhv_get_nested() 871 gp = __find_nested(kvm, l1_lpid); in kvmhv_get_nested() 873 __add_nested(kvm, l1_lpid, newgp); in kvmhv_get_nested() 1487 n_gpa, gp->l1_lpid); in kvmhv_handle_nested_set_rc() [all …]
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | kvm_book3s_64.h | 25 int l1_lpid; /* lpid L1 guest thinks this guest is */ member 98 struct kvm_nested_guest *kvmhv_get_nested(struct kvm *kvm, int l1_lpid,
|