Home
last modified time | relevance | path

Searched refs:DBCR0_IDM (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/powerpc/kernel/
Dptrace.c823 task->thread.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step()
840 task->thread.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step()
871 task->thread.dbcr0 &= ~DBCR0_IDM; in user_disable_single_step()
1000 task->thread.dbcr0 &= ~DBCR0_IDM; in ptrace_set_debugreg()
1012 task->thread.dbcr0 |= DBCR0_IDM; in ptrace_set_debugreg()
1120 child->thread.dbcr0 |= DBCR0_IDM; in set_intruction_bp()
1235 child->thread.dbcr0 |= DBCR0_IDM; in set_dac()
1319 child->thread.dbcr0 |= (DBCR0_DAC1R | DBCR0_IDM); in set_dac_range()
1321 child->thread.dbcr0 |= (DBCR0_DAC1W | DBCR0_IDM); in set_dac_range()
1418 child->thread.dbcr0 &= ~DBCR0_IDM; in ppc_del_hwdebug()
Dkgdb.c408 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
Dtraps.c1299 current->thread.dbcr0 &= ~DBCR0_IDM; in handle_debug()
1325 current->thread.dbcr0 |= DBCR0_IDM | DBCR0_IC; in DebugException()
1359 current->thread.dbcr0 &= ~DBCR0_IDM; in DebugException()
Dkprobes.c115 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in prepare_singlestep()
Dentry_32.S152 andis. r12,r12,DBCR0_IDM@h
391 andis. r10,r0,DBCR0_IDM@h
828 andis. r10,r0,DBCR0_IDM@h
Dhead_fsl_booke.S157 lis r2,DBCR0_IDM@h
943 lis r13,(DBCR0_IDM|DBCR0_RST_CHIP)@h
Dprocess.c357 if ((current->thread.dbcr0 & DBCR0_IDM) in switch_booke_debug_regs()
358 || (new_thread->dbcr0 & DBCR0_IDM)) in switch_booke_debug_regs()
Dsignal_32.c1104 new_dbcr0 |= (DBCR0_IDM | DBCR0_IC); in sys_debug_setcontext()
1110 new_dbcr0 &= ~DBCR0_IDM; in sys_debug_setcontext()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h331 #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ macro
393 #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ macro
619 #define DBCR_IDM DBCR0_IDM
/linux-3.4.99/arch/powerpc/xmon/
Dxmon.c914 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()