Home
last modified time | relevance | path

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

/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
/arch/powerpc/platforms/powernv/
Dsubcore-asm.S75 mtspr SPRN_LPID, r4
/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
/arch/powerpc/kvm/
De500mc.c122 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
Dbook3s_hv_rmhandlers.S409 mtspr SPRN_LPID,r0
412 mtspr SPRN_LPID,r7
1470 mtspr SPRN_LPID,r8
1473 mtspr SPRN_LPID,r7
Dbook3s_64_mmu_hv.c234 host_lpid = mfspr(SPRN_LPID); /* POWER7 */ in kvmppc_mmu_hv_init()
Dbook3s_hv.c2531 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()