Searched refs:bp_type (Results 1 – 16 of 16) sorted by relevance
371 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()395 attr.bp_type = type; in ptrace_hbp_create()435 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()437 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()456 int bp_type = 0; in ptrace_sethbpregs() local468 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()470 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()473 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()478 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()490 attr.bp_type = bp_type; in ptrace_sethbpregs()
56 switch (attr->bp_type) { in hw_breakpoint_arch_parse()
133 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()152 &attr.bp_type); in ptrace_set_debugreg()241 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
197 if (attr->bp_type & HW_BREAKPOINT_R) in hw_breakpoint_arch_parse()199 if (attr->bp_type & HW_BREAKPOINT_W) in hw_breakpoint_arch_parse()
199 switch (attr->bp_type) { in arch_build_bp_info()
87 attr.bp_type = HW_BREAKPOINT_R; in set_single_step()
514 int err, bp_len, bp_type; in ptrace_fill_bp_fields() local516 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()519 attr->bp_type = bp_type; in ptrace_fill_bp_fields()
214 bp->attr.bp_type = breakinfo[breakno].type; in kgdb_correct_hw_break()652 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
346 switch (attr->bp_type) { in arch_build_bp_info()
424 attr.bp_type = type; in ptrace_hbp_create()532 attr.bp_type = gen_type; in ptrace_sethbpregs()
518 switch (attr->bp_type) { in arch_build_bp_info()
651 bp->attr.bp_type = breakinfo[i].type; in kgdb_correct_hw_break()692 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
479 attr.bp_type = type; in ptrace_hbp_create()504 attr->bp_type = type; in ptrace_hbp_fill_attr_ctrl()1048 attr.bp_type = HW_BREAKPOINT_X; in set_single_step()
364 switch (attr->bp_type) { in arch_build_bp_info()
419 switch (attr->bp_type) { in arch_build_bp_info()
312 attr.bp_type = type; in ptrace_hbp_create()354 attr->bp_type = type; in ptrace_hbp_fill_attr_ctrl()
Completed in 31 milliseconds