Home
last modified time | relevance | path

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

/Linux-v5.10/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
110 mtspr SPRN_LPID,r0
143 mtspr SPRN_LPID,r0
Ddt_cpu_ftrs.c101 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
238 mtspr(SPRN_LPID, 0); in feat_enable_hv()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsubcore-asm.S71 mtspr SPRN_LPID, r4
Dvas-api.c104 txattr.lpid = mfspr(SPRN_LPID); in coproc_ioc_tx_win_open()
/Linux-v5.10/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.10/arch/powerpc/kvm/
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()
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()
76 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.S615 mtspr SPRN_LPID,r0
619 mtspr SPRN_LPID,r7
1814 mtspr SPRN_LPID,r0
1879 mtspr SPRN_LPID,r8
1883 mtspr SPRN_LPID,r7
3367 mtspr SPRN_LPID, r7
Dbook3s_hv.c3550 mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid); /* restore host LPID */ in kvmhv_load_hv_regs_and_go()
4176 mtspr(SPRN_LPID, lpid); in kvmhv_run_single_vcpu()
4200 mtspr(SPRN_LPID, kvm->arch.host_lpid); in kvmhv_run_single_vcpu()
4895 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
Dbook3s_64_mmu_hv.c265 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
/Linux-v5.10/arch/powerpc/include/asm/
Dreg.h474 #ifndef SPRN_LPID
475 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
Dreg_booke.h74 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/Linux-v5.10/drivers/misc/ocxl/
Dlink.c532 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c1955 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()