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

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

Completed in 116 milliseconds