Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_LEN_4 (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/openbmc/linux/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c147 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
188 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
/openbmc/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c51 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c188 return HW_BREAKPOINT_LEN_4; in arch_bp_generic_len()
387 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c332 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
377 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
H A Dkgdb.c545 breakinfo[i].len = HW_BREAKPOINT_LEN_4; in kgdb_set_hw_break()
690 attr.bp_len = HW_BREAKPOINT_LEN_4; in kgdb_arch_late()
H A Dptrace.c478 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c388 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
445 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
H A Dptrace.c310 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c497 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
542 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
H A Dptrace.c423 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c231 TEST_ASSERT_VAL("wrong bp_len", HW_BREAKPOINT_LEN_4 == in test__checkevent_breakpoint()
260 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_r()
275 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_w()
290 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_rw()
/openbmc/linux/tools/perf/util/
H A Dparse-events.c700 len = HW_BREAKPOINT_LEN_4; in parse_events_add_breakpoint()