Home
last modified time | relevance | path

Searched refs:SPRN_LPCR (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/powernv/
Dsmp.c129 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1); in pnv_smp_cpu_kill_self()
142 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_PECE1); in pnv_smp_cpu_kill_self()
/linux-3.4.99/arch/powerpc/kernel/
Dcpu_setup_pa6t.S40 mfspr r0,SPRN_LPCR
42 mtspr SPRN_LPCR,r0
Dcpu_setup_power7.S70 mfspr r3,SPRN_LPCR
81 mtspr SPRN_LPCR,r3
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S293 mtspr SPRN_LPCR,r8
476 mfspr r8,SPRN_LPCR
478 mtspr SPRN_LPCR,r8
645 mfspr r5,SPRN_LPCR
830 mtspr SPRN_LPCR,r8
1450 mfspr r5,SPRN_LPCR
1452 mtspr SPRN_LPCR,r5
1584 mfspr r4, SPRN_LPCR
1586 mtspr SPRN_LPCR, r4
Dbook3s_hv.c1364 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR); in kvmppc_core_init_vm()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg.h235 #define SPRN_LPCR 0x13E /* LPAR Control Register */ macro