Home
last modified time | relevance | path

Searched refs:bp_len (Results 1 – 13 of 13) sorted by relevance

/arch/x86/kernel/
Dhw_breakpoint.c262 if (attr->bp_len == sizeof(long)) { in arch_build_bp_info()
272 switch (attr->bp_len) { in arch_build_bp_info()
289 if (!is_power_of_2(attr->bp_len)) in arch_build_bp_info()
291 if (attr->bp_addr & (attr->bp_len - 1)) in arch_build_bp_info()
304 hw->mask = attr->bp_len - 1; in arch_build_bp_info()
Dptrace.c518 int err, bp_len, bp_type; in ptrace_fill_bp_fields() local
520 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
522 attr->bp_len = bp_len; in ptrace_fill_bp_fields()
Dkgdb.c213 bp->attr.bp_len = breakinfo[breakno].len; in kgdb_correct_hw_break()
650 attr.bp_len = HW_BREAKPOINT_LEN_1; in kgdb_arch_late()
/arch/powerpc/kernel/
Dhw_breakpoint.c156 hw->len = attr->bp_len; in hw_breakpoint_arch_parse()
171 ((attr->bp_addr + attr->bp_len - 1) >> 9)) in hw_breakpoint_arch_parse()
296 (dar - bp->attr.bp_addr < bp->attr.bp_len))) in hw_breakpoint_handler()
Dptrace.c2459 attr.bp_len = 8; in ptrace_set_debugreg()
2908 attr.bp_len = len; in ppc_set_hwdebug()
/arch/xtensa/kernel/
Dptrace.c395 attr.bp_len = 1; in ptrace_hbp_create()
434 user_data[1] = bp->attr.disabled ? 0 : bp->attr.bp_len; in ptrace_gethbpregs()
490 attr.bp_len = user_data[1] & ~(DBREAKC_LOAD_MASK | DBREAKC_STOR_MASK); in ptrace_sethbpregs()
492 attr.disabled = !attr.bp_len; in ptrace_sethbpregs()
Dhw_breakpoint.c73 hw->len = attr->bp_len; in hw_breakpoint_arch_parse()
/arch/sh/kernel/
Dhw_breakpoint.c181 switch (attr->bp_len) { in arch_build_bp_info()
Dptrace_32.c88 attr.bp_len = HW_BREAKPOINT_LEN_2; in set_single_step()
/arch/arm/kernel/
Dptrace.c450 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
558 attr.bp_len = gen_len; in ptrace_sethbpregs()
Dhw_breakpoint.c532 switch (attr->bp_len) { in arch_build_bp_info()
/arch/arm64/kernel/
Dhw_breakpoint.c435 switch (attr->bp_len) { in arch_build_bp_info()
Dptrace.c313 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
355 attr->bp_len = len; in ptrace_hbp_fill_attr_ctrl()