Searched refs:DBCR_ACTIVE_EVENTS (Results 1 – 4 of 4) sorted by relevance
45 * Test to see if any of the DBCR_ACTIVE_EVENTS bits are set. in user_disable_single_step() 47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step() 114 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in ptrace_set_debugreg() 486 if (!DBCR_ACTIVE_EVENTS(child->thread.debug.dbcr0, in ppc_del_hwdebug()
411 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
2016 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 2084 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in DEFINE_INTERRUPT_HANDLER()
1215 if (!DBCR_ACTIVE_EVENTS(new_dbcr0, in SYSCALL_DEFINE3()