Searched refs:SPRN_LPID (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 29 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/ |
D | subcore-asm.S | 75 mtspr SPRN_LPID, r4
|
/linux-4.4.14/drivers/misc/cxl/ |
D | native.c | 525 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/ |
D | reg.h | 342 #ifndef SPRN_LPID 343 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
|
D | reg_booke.h | 77 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500mc.c | 122 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
|
D | book3s_hv_rmhandlers.S | 539 mtspr SPRN_LPID,r0 542 mtspr SPRN_LPID,r7 1671 mtspr SPRN_LPID,r8 1674 mtspr SPRN_LPID,r7
|
D | book3s_64_mmu_hv.c | 234 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
|
D | book3s_hv.c | 3002 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
|