Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dcpu_setup_power.S30 mtspr SPRN_LPID,r0
44 mtspr SPRN_LPID,r0
61 mtspr SPRN_LPID,r0
83 mtspr SPRN_LPID,r0
104 mtspr SPRN_LPID,r0
129 mtspr SPRN_LPID,r0
Ddt_cpu_ftrs.c102 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
239 mtspr(SPRN_LPID, 0); in feat_enable_hv()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsubcore-asm.S75 mtspr SPRN_LPID, r4
Dpci.c1066 *lpid = mfspr(SPRN_LPID); in pnv_pci_get_as_notify_info()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_builtin.c687 mtspr(SPRN_LPID, sip->lpidr_req); in kvmhv_p9_set_lpcr()
719 mtspr(SPRN_LPID, 0); in kvmhv_p9_restore_lpcr()
De500mc.c121 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
Dbook3s_hv_rmhandlers.S650 mtspr SPRN_LPID,r0
654 mtspr SPRN_LPID,r7
1939 mtspr SPRN_LPID,r0
1995 mtspr SPRN_LPID,r8
1999 mtspr SPRN_LPID,r7
3385 mtspr SPRN_LPID, r7
Dbook3s_64_mmu_hv.c278 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
Dbook3s_hv.c2978 mtspr(SPRN_LPID, vc->kvm->arch.lpid); in kvmppc_run_core()
3961 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
/Linux-v4.19/drivers/misc/cxl/
Dcxllib.c187 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
Dnative.c674 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in process_element_entry_psl9()
748 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in cxl_attach_afu_directed_psl8()
868 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in cxl_activate_dedicated_process_psl8()
/Linux-v4.19/arch/powerpc/mm/
Dtlb-radix.c296 VM_BUG_ON(mfspr(SPRN_LPID) != lpid); in _tlbiel_lpid()
348 VM_BUG_ON(mfspr(SPRN_LPID) != lpid); in _tlbiel_lpid_guest()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h460 #ifndef SPRN_LPID
461 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
Dreg_booke.h77 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/Linux-v4.19/drivers/misc/ocxl/
Dlink.c517 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c1814 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()