current_brk       633 arch/powerpc/kernel/process.c static DEFINE_PER_CPU(struct arch_hw_breakpoint, current_brk);
current_brk       785 arch/powerpc/kernel/process.c 	memcpy(this_cpu_ptr(&current_brk), brk, sizeof(*brk));
current_brk      1154 arch/powerpc/kernel/process.c 	if (unlikely(!hw_brk_match(this_cpu_ptr(&current_brk), &new->thread.hw_brk)))