Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/powerpc/platforms/powernv/
Dsubcore-asm.S75 mtspr SPRN_LPID, r4
/linux-4.1.27/drivers/misc/cxl/
Dnative.c441 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in attach_afu_directed()
516 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in activate_dedicated_process()
/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h343 #ifndef SPRN_LPID
344 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
Dreg_booke.h77 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
/linux-4.1.27/arch/powerpc/kvm/
De500mc.c122 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
Dbook3s_hv_rmhandlers.S454 mtspr SPRN_LPID,r0
457 mtspr SPRN_LPID,r7
1569 mtspr SPRN_LPID,r8
1572 mtspr SPRN_LPID,r7
Dbook3s_64_mmu_hv.c233 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
Dbook3s_hv.c2542 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()