Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcpu_setup_power.S30 mtspr SPRN_LPID,r0
45 mtspr SPRN_LPID,r0
63 mtspr SPRN_LPID,r0
86 mtspr SPRN_LPID,r0
108 mtspr SPRN_LPID,r0
134 mtspr SPRN_LPID,r0
Ddt_cpu_ftrs.c138 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
278 mtspr(SPRN_LPID, 0); in feat_enable_hv()
/arch/powerpc/platforms/powernv/
Dsubcore-asm.S75 mtspr SPRN_LPID, r4
/arch/powerpc/include/asm/
Dreg.h431 #ifndef SPRN_LPID
432 #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.S615 mtspr SPRN_LPID,r0
619 mtspr SPRN_LPID,r7
1792 mtspr SPRN_LPID,r0
1858 mtspr SPRN_LPID,r8
1862 mtspr SPRN_LPID,r7
Dbook3s_64_mmu_hv.c275 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
Dbook3s_hv.c3778 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
/arch/powerpc/xmon/
Dxmon.c1770 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()