SPRN_LPID         470 arch/powerpc/include/asm/reg.h #ifndef SPRN_LPID
SPRN_LPID         102 arch/powerpc/kernel/dt_cpu_ftrs.c 		mtspr(SPRN_LPID, 0);
SPRN_LPID         239 arch/powerpc/kernel/dt_cpu_ftrs.c 	mtspr(SPRN_LPID, 0);
SPRN_LPID         266 arch/powerpc/kvm/book3s_64_mmu_hv.c 		host_lpid = mfspr(SPRN_LPID);
SPRN_LPID          54 arch/powerpc/kvm/book3s_64_mmu_radix.c 	old_lpid = mfspr(SPRN_LPID);
SPRN_LPID          56 arch/powerpc/kvm/book3s_64_mmu_radix.c 		mtspr(SPRN_LPID, lpid);
SPRN_LPID          75 arch/powerpc/kvm/book3s_64_mmu_radix.c 		mtspr(SPRN_LPID, old_lpid);
SPRN_LPID        3491 arch/powerpc/kvm/book3s_hv.c 	mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid);	/* restore host LPID */
SPRN_LPID        4119 arch/powerpc/kvm/book3s_hv.c 		mtspr(SPRN_LPID, lpid);
SPRN_LPID        4143 arch/powerpc/kvm/book3s_hv.c 		mtspr(SPRN_LPID, kvm->arch.host_lpid);
SPRN_LPID        4822 arch/powerpc/kvm/book3s_hv.c 		kvm->arch.host_lpid = mfspr(SPRN_LPID);
SPRN_LPID         712 arch/powerpc/kvm/book3s_hv_builtin.c 	mtspr(SPRN_LPID, sip->lpidr_req);
SPRN_LPID         744 arch/powerpc/kvm/book3s_hv_builtin.c 	mtspr(SPRN_LPID, 0);
SPRN_LPID         118 arch/powerpc/kvm/e500mc.c 	mtspr(SPRN_LPID, get_lpid(vcpu));
SPRN_LPID        1883 arch/powerpc/xmon/xmon.c 		mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID));
SPRN_LPID         183 drivers/misc/cxl/cxllib.c 	attr->lpid = mfspr(SPRN_LPID);
SPRN_LPID         670 drivers/misc/cxl/native.c 	ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID));
SPRN_LPID         744 drivers/misc/cxl/native.c 	ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID));
SPRN_LPID         864 drivers/misc/cxl/native.c 	cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID));
SPRN_LPID         531 drivers/misc/ocxl/link.c 	pe->lpid = cpu_to_be32(mfspr(SPRN_LPID));