Home
last modified time | relevance | path

Searched refs:HW_BRK_FLAG_DISABLED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h41 #define HW_BRK_FLAG_DISABLED 0x1 macro
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c288 if (!(child->thread.hw_brk[data - 1].flags & HW_BRK_FLAG_DISABLED) && in ppc_del_hwdebug()
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c641 current->thread.hw_brk[0].flags |= HW_BRK_FLAG_DISABLED; in do_break_handler()
656 current->thread.hw_brk[i].flags |= HW_BRK_FLAG_DISABLED; in do_break_handler()