Searched refs:SPRN_LPID (Results 1 – 12 of 12) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_power.c | 145 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 D | subcore-asm.S | 71 mtspr SPRN_LPID, r4
|
H A D | vas-window.c | 1419 txattr.lpid = mfspr(SPRN_LPID); in vas_user_win_open()
|
/linux/drivers/misc/cxl/ |
H A D | cxllib.c | 182 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
|
H A D | native.c | 666 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 D | book3s_hv_p9_entry.c | 317 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 D | book3s_64_entry.S | 390 mtspr SPRN_LPID,r10
|
H A D | e500mc.c | 123 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
|
H A D | book3s_hv_rmhandlers.S | 563 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 D | link.c | 420 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 D | reg_booke.h | 68 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
|
H A D | reg.h | 478 #ifndef SPRN_LPID 479 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
|