Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dcpu_setup_power.S29 mtspr SPRN_LPID,r0
42 mtspr SPRN_LPID,r0
57 mtspr SPRN_LPID,r0
76 mtspr SPRN_LPID,r0
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsubcore-asm.S75 mtspr SPRN_LPID, r4
/linux-4.4.14/drivers/misc/cxl/
Dnative.c525 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in attach_afu_directed()
587 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in activate_dedicated_process()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h342 #ifndef SPRN_LPID
343 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
Dreg_booke.h77 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/linux-4.4.14/arch/powerpc/kvm/
De500mc.c122 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
Dbook3s_hv_rmhandlers.S539 mtspr SPRN_LPID,r0
542 mtspr SPRN_LPID,r7
1671 mtspr SPRN_LPID,r8
1674 mtspr SPRN_LPID,r7
Dbook3s_64_mmu_hv.c234 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
Dbook3s_hv.c3002 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()