Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dcpu_setup_power.S25 mtspr SPRN_LPID,r0
40 mtspr SPRN_LPID,r0
58 mtspr SPRN_LPID,r0
81 mtspr SPRN_LPID,r0
103 mtspr SPRN_LPID,r0
129 mtspr SPRN_LPID,r0
Ddt_cpu_ftrs.c102 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
240 mtspr(SPRN_LPID, 0); in feat_enable_hv()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsubcore-asm.S71 mtspr SPRN_LPID, r4
/Linux-v5.4/drivers/misc/cxl/
Dcxllib.c183 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
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()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_builtin.c712 mtspr(SPRN_LPID, sip->lpidr_req); in kvmhv_p9_set_lpcr()
744 mtspr(SPRN_LPID, 0); in kvmhv_p9_restore_lpcr()
Dbook3s_64_mmu_radix.c54 old_lpid = mfspr(SPRN_LPID); in __kvmhv_copy_tofrom_guest_radix()
56 mtspr(SPRN_LPID, lpid); in __kvmhv_copy_tofrom_guest_radix()
75 mtspr(SPRN_LPID, old_lpid); in __kvmhv_copy_tofrom_guest_radix()
De500mc.c118 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
Dbook3s_hv_rmhandlers.S614 mtspr SPRN_LPID,r0
618 mtspr SPRN_LPID,r7
1811 mtspr SPRN_LPID,r0
1867 mtspr SPRN_LPID,r8
1871 mtspr SPRN_LPID,r7
3333 mtspr SPRN_LPID, r7
Dbook3s_hv.c3489 mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid); /* restore host LPID */ in kvmhv_load_hv_regs_and_go()
4116 mtspr(SPRN_LPID, lpid); in kvmhv_run_single_vcpu()
4140 mtspr(SPRN_LPID, kvm->arch.host_lpid); in kvmhv_run_single_vcpu()
4819 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
Dbook3s_64_mmu_hv.c266 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
/Linux-v5.4/arch/powerpc/include/asm/
Dreg.h470 #ifndef SPRN_LPID
471 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
Dreg_booke.h74 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/Linux-v5.4/drivers/misc/ocxl/
Dlink.c531 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c1834 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()