Searched refs:l1_lpid (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 561 int l1_lpid = kvmppc_get_gpr(vcpu, 4); in kvmhv_copy_tofrom_guest_nested() local 581 gp = kvmhv_get_nested(vcpu->kvm, l1_lpid, false); in kvmhv_copy_tofrom_guest_nested() 695 gp->l1_lpid = lpid; in kvmhv_alloc_nested() 742 int lpid = gp->l1_lpid; in kvmhv_remove_nested() 815 gp = __find_nested(kvm, l1_lpid); in kvmhv_get_nested() 823 newgp = kvmhv_alloc_nested(kvm, l1_lpid); in kvmhv_get_nested() 827 if (!__prealloc_nested(kvm, l1_lpid)) { in kvmhv_get_nested() 833 gp = __find_nested(kvm, l1_lpid); in kvmhv_get_nested() 835 __add_nested(kvm, l1_lpid, newgp); in kvmhv_get_nested() 1449 n_gpa, gp->l1_lpid); in kvmhv_handle_nested_set_rc() [all …]
|
/openbmc/linux/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,
|