Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step()
113 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in ptrace_set_debugreg()
485 if (!DBCR_ACTIVE_EVENTS(child->thread.debug.dbcr0, in ppc_del_hwdebug()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h429 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
531 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c2010 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug()
2076 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in DebugException()
H A Dsignal_32.c1129 if (!DBCR_ACTIVE_EVENTS(new_dbcr0, in SYSCALL_DEFINE3()