Searched refs:SPRN_LPCR (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/powernv/ |
D | smp.c | 129 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/ |
D | cpu_setup_pa6t.S | 40 mfspr r0,SPRN_LPCR 42 mtspr SPRN_LPCR,r0
|
D | cpu_setup_power7.S | 70 mfspr r3,SPRN_LPCR 81 mtspr SPRN_LPCR,r3
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 293 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
|
D | book3s_hv.c | 1364 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR); in kvmppc_core_init_vm()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | reg.h | 235 #define SPRN_LPCR 0x13E /* LPAR Control Register */ macro
|