Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_power.c139 mtspr(SPRN_LPID, 0); in __setup_cpu_power7()
152 mtspr(SPRN_LPID, 0); in __restore_cpu_power7()
166 mtspr(SPRN_LPID, 0); in __setup_cpu_power8()
186 mtspr(SPRN_LPID, 0); in __restore_cpu_power8()
203 mtspr(SPRN_LPID, 0); in __setup_cpu_power9()
224 mtspr(SPRN_LPID, 0); in __restore_cpu_power9()
243 mtspr(SPRN_LPID, 0); in __setup_cpu_power10()
265 mtspr(SPRN_LPID, 0); in __restore_cpu_power10()
H A Ddt_cpu_ftrs.c101 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
238 mtspr(SPRN_LPID, 0); in feat_enable_hv()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S71 mtspr SPRN_LPID, r4
H A Dvas-api.c104 txattr.lpid = mfspr(SPRN_LPID); in coproc_ioc_tx_win_open()
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dcxllib.c183 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
H A Dnative.c670 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in process_element_entry_psl9()
744 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in cxl_attach_afu_directed_psl8()
864 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in cxl_activate_dedicated_process_psl8()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c704 mtspr(SPRN_LPID, sip->lpidr_req); in kvmhv_p9_set_lpcr()
736 mtspr(SPRN_LPID, 0); in kvmhv_p9_restore_lpcr()
H A Dbook3s_64_mmu_radix.c57 old_lpid = mfspr(SPRN_LPID); in __kvmhv_copy_tofrom_guest_radix()
59 mtspr(SPRN_LPID, lpid); in __kvmhv_copy_tofrom_guest_radix()
78 mtspr(SPRN_LPID, old_lpid); in __kvmhv_copy_tofrom_guest_radix()
H A De500mc.c118 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
H A Dbook3s_hv_rmhandlers.S621 mtspr SPRN_LPID,r0
625 mtspr SPRN_LPID,r7
1820 mtspr SPRN_LPID,r0
1885 mtspr SPRN_LPID,r8
1889 mtspr SPRN_LPID,r7
3405 mtspr SPRN_LPID, r7
H A Dbook3s_hv.c3568 mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid); /* restore host LPID */ in kvmhv_load_hv_regs_and_go()
4220 mtspr(SPRN_LPID, lpid); in kvmhv_run_single_vcpu()
4244 mtspr(SPRN_LPID, kvm->arch.host_lpid); in kvmhv_run_single_vcpu()
4957 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
H A Dbook3s_64_mmu_hv.c265 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h475 #ifndef SPRN_LPID
476 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
H A Dreg_booke.h74 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dlink.c532 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1957 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()