Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcpu_setup_44x.S50 mfspr r3,SPRN_CCR0
53 mtspr SPRN_CCR0,r3
Dhead_44x.S75 mfspr r3,SPRN_CCR0
78 mtspr SPRN_CCR0,r3
/arch/powerpc/kvm/
D44x_emulate.c199 case SPRN_CCR0: in kvmppc_core_emulate_mtspr()
296 case SPRN_CCR0: in kvmppc_core_emulate_mfspr()
/arch/powerpc/include/asm/
Dreg_booke.h100 #define SPRN_CCR0 0x3B3 /* Core Configuration Register 0 */ macro