Searched refs:SPRN_LPID (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 30 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
|
D | dt_cpu_ftrs.c | 138 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures() 278 mtspr(SPRN_LPID, 0); in feat_enable_hv()
|
/arch/powerpc/platforms/powernv/ |
D | subcore-asm.S | 75 mtspr SPRN_LPID, r4
|
/arch/powerpc/include/asm/ |
D | reg.h | 431 #ifndef SPRN_LPID 432 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
|
D | reg_booke.h | 77 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
|
/arch/powerpc/kvm/ |
D | e500mc.c | 122 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
|
D | book3s_hv_rmhandlers.S | 615 mtspr SPRN_LPID,r0 619 mtspr SPRN_LPID,r7 1792 mtspr SPRN_LPID,r0 1858 mtspr SPRN_LPID,r8 1862 mtspr SPRN_LPID,r7
|
D | book3s_64_mmu_hv.c | 275 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
|
D | book3s_hv.c | 3778 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
|
/arch/powerpc/xmon/ |
D | xmon.c | 1770 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
|