Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke_emulate.c144 case SPRN_IAC1: in kvmppc_booke_emulate_mtspr()
408 case SPRN_IAC1: in kvmppc_booke_emulate_mfspr()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h264 #define SPRN_IAC1 0x3F4 /* Instruction Address Compare 1 */ macro
267 #define SPRN_IAC1 0x138 /* Book E Instruction Address Compare 1 */ macro
628 #define IAC1 SPRN_IAC1 /* Instruction Address Register 1 */
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h640 #if !defined(SPRN_IAC1) && !defined(SPRN_IAC2)
641 #define SPRN_IAC1 0x3F4 /* Instruction Address Compare 1 */ macro
H A Dreg_booke.h198 #define SPRN_IAC1 0x138 /* Instruction Address Compare 1 */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c731 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs()
H A Dtraps.c1985 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug()