gen_bp_type 50 arch/powerpc/include/asm/hw_breakpoint.h extern int arch_bp_generic_fields(int type, int *gen_bp_type); gen_bp_type 117 arch/powerpc/kernel/hw_breakpoint.c int arch_bp_generic_fields(int type, int *gen_bp_type) gen_bp_type 119 arch/powerpc/kernel/hw_breakpoint.c *gen_bp_type = 0; gen_bp_type 121 arch/powerpc/kernel/hw_breakpoint.c *gen_bp_type |= HW_BREAKPOINT_R; gen_bp_type 123 arch/powerpc/kernel/hw_breakpoint.c *gen_bp_type |= HW_BREAKPOINT_W; gen_bp_type 124 arch/powerpc/kernel/hw_breakpoint.c if (*gen_bp_type == 0)