Searched hist:"18827 eeef022df43c1fdeca0fde00ca09405dff1" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500mc.c | diff 18827eeef022df43c1fdeca0fde00ca09405dff1 Sun Jan 23 06:00:38 CST 2022 Nicholas Piggin <npiggin@gmail.com> KVM: PPC: Remove kvmppc_claim_lpid
Removing kvmppc_claim_lpid makes the lpid allocator API a bit simpler to change the underlying implementation in a future patch.
The host LPID is always 0, so that can be a detail of the allocator. If the allocator range is restricted, that can reserve LPIDs at the top of the range. This allows kvmppc_claim_lpid to be removed.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220123120043.3586018-2-npiggin@gmail.com
|
H A D | book3s_64_mmu_hv.c | diff 18827eeef022df43c1fdeca0fde00ca09405dff1 Sun Jan 23 06:00:38 CST 2022 Nicholas Piggin <npiggin@gmail.com> KVM: PPC: Remove kvmppc_claim_lpid
Removing kvmppc_claim_lpid makes the lpid allocator API a bit simpler to change the underlying implementation in a future patch.
The host LPID is always 0, so that can be a detail of the allocator. If the allocator range is restricted, that can reserve LPIDs at the top of the range. This allows kvmppc_claim_lpid to be removed.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220123120043.3586018-2-npiggin@gmail.com
|
H A D | powerpc.c | diff 18827eeef022df43c1fdeca0fde00ca09405dff1 Sun Jan 23 06:00:38 CST 2022 Nicholas Piggin <npiggin@gmail.com> KVM: PPC: Remove kvmppc_claim_lpid
Removing kvmppc_claim_lpid makes the lpid allocator API a bit simpler to change the underlying implementation in a future patch.
The host LPID is always 0, so that can be a detail of the allocator. If the allocator range is restricted, that can reserve LPIDs at the top of the range. This allows kvmppc_claim_lpid to be removed.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220123120043.3586018-2-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | diff 18827eeef022df43c1fdeca0fde00ca09405dff1 Sun Jan 23 06:00:38 CST 2022 Nicholas Piggin <npiggin@gmail.com> KVM: PPC: Remove kvmppc_claim_lpid
Removing kvmppc_claim_lpid makes the lpid allocator API a bit simpler to change the underlying implementation in a future patch.
The host LPID is always 0, so that can be a detail of the allocator. If the allocator range is restricted, that can reserve LPIDs at the top of the range. This allows kvmppc_claim_lpid to be removed.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220123120043.3586018-2-npiggin@gmail.com
|