Home
last modified time | relevance | path

Searched refs:SPRN_CCR0 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/powerpc/kernel/
Dcpu_setup_44x.S52 mfspr r3,SPRN_CCR0
55 mtspr SPRN_CCR0,r3
Dhead_44x.S835 mfspr r3,SPRN_CCR0
838 mtspr SPRN_CCR0,r3
1226 mfspr r3,SPRN_CCR0
1228 mtspr SPRN_CCR0,r3
/linux-3.4.99/arch/powerpc/kvm/
D44x_emulate.c155 case SPRN_CCR0: in kvmppc_core_emulate_mtspr()
175 case SPRN_CCR0: in kvmppc_core_emulate_mfspr()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h133 #define SPRN_CCR0 0x3B3 /* Core Configuration Register 0 */ macro