Home
last modified time | relevance | path

Searched refs:SPRN_LPID (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c145 mtspr(SPRN_LPID, 0); in __setup_cpu_power7()
159 mtspr(SPRN_LPID, 0); in __restore_cpu_power7()
174 mtspr(SPRN_LPID, 0); in __setup_cpu_power8()
195 mtspr(SPRN_LPID, 0); in __restore_cpu_power8()
213 mtspr(SPRN_LPID, 0); in __setup_cpu_power9()
235 mtspr(SPRN_LPID, 0); in __restore_cpu_power9()
256 mtspr(SPRN_LPID, 0); in __setup_cpu_power10()
280 mtspr(SPRN_LPID, 0); in __restore_cpu_power10()
/linux/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S71 mtspr SPRN_LPID, r4
H A Dvas-window.c1419 txattr.lpid = mfspr(SPRN_LPID); in vas_user_win_open()
/linux/drivers/misc/cxl/
H A Dcxllib.c182 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
H A Dnative.c666 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in process_element_entry_psl9()
740 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in cxl_attach_afu_directed_psl8()
860 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in cxl_activate_dedicated_process_psl8()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c317 mtspr(SPRN_LPID, lpid); in switch_mmu_to_guest_radix()
342 mtspr(SPRN_LPID, lpid); in switch_mmu_to_guest_hpt()
367 mtspr(SPRN_LPID, lpid); in switch_mmu_to_host()
H A Dbook3s_64_entry.S390 mtspr SPRN_LPID,r10
H A De500mc.c123 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
H A Dbook3s_hv_rmhandlers.S563 mtspr SPRN_LPID,r0
566 mtspr SPRN_LPID,r7
1435 mtspr SPRN_LPID,r8
1438 mtspr SPRN_LPID,r7
/linux/drivers/misc/ocxl/
H A Dlink.c420 pnv_ocxl_map_lpar(dev, mfspr(SPRN_LPID), 0, &link->arva); in alloc_link()
578 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h68 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
H A Dreg.h478 #ifndef SPRN_LPID
479 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro