Searched refs:DBCR_ACTIVE_EVENTS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-adv.c | 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() 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-adv.c | 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 429 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro 531 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 417 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro 519 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | traps.c | 2012 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 2078 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in DebugException()
|
H A D | signal_32.c | 1129 if (!DBCR_ACTIVE_EVENTS(new_dbcr0, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 2017 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in handle_debug() 2085 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0, in DEFINE_INTERRUPT_HANDLER()
|
H A D | signal_32.c | 1215 if (!DBCR_ACTIVE_EVENTS(new_dbcr0, in SYSCALL_DEFINE3()
|
Completed in 21 milliseconds