Home
last modified time | relevance | path

Searched refs:bp_type (Results 1 – 16 of 16) sorted by relevance

/arch/xtensa/kernel/
A Dptrace.c371 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() local
468 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()
A Dhw_breakpoint.c56 switch (attr->bp_type) { in hw_breakpoint_arch_parse()
/arch/powerpc/kernel/ptrace/
A Dptrace-noadv.c133 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()
/arch/powerpc/kernel/
A Dhw_breakpoint.c197 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()
/arch/sh/kernel/
A Dhw_breakpoint.c199 switch (attr->bp_type) { in arch_build_bp_info()
A Dptrace_32.c87 attr.bp_type = HW_BREAKPOINT_R; in set_single_step()
/arch/x86/kernel/
A Dptrace.c514 int err, bp_len, bp_type; in ptrace_fill_bp_fields() local
516 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()
A Dkgdb.c214 bp->attr.bp_type = breakinfo[breakno].type; in kgdb_correct_hw_break()
652 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
A Dhw_breakpoint.c346 switch (attr->bp_type) { in arch_build_bp_info()
/arch/arm/kernel/
A Dptrace.c424 attr.bp_type = type; in ptrace_hbp_create()
532 attr.bp_type = gen_type; in ptrace_sethbpregs()
A Dhw_breakpoint.c518 switch (attr->bp_type) { in arch_build_bp_info()
/arch/loongarch/kernel/
A Dkgdb.c651 bp->attr.bp_type = breakinfo[i].type; in kgdb_correct_hw_break()
692 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
A Dptrace.c479 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()
A Dhw_breakpoint.c364 switch (attr->bp_type) { in arch_build_bp_info()
/arch/arm64/kernel/
A Dhw_breakpoint.c419 switch (attr->bp_type) { in arch_build_bp_info()
A Dptrace.c312 attr.bp_type = type; in ptrace_hbp_create()
354 attr->bp_type = type; in ptrace_hbp_fill_attr_ctrl()

Completed in 31 milliseconds