Searched refs:DBCR_ACTIVE_EVENTS (Results 1 – 4 of 4) sorted by relevance
47 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()
429 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro531 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
1978 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug()2044 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in DebugException()
1129 if (!DBCR_ACTIVE_EVENTS(new_dbcr0, in SYSCALL_DEFINE3()