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

/linux-master/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator in enum:__anon3812
/linux-master/tools/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator in enum:__anon4342
/linux-master/samples/hw_breakpoint/
H A Ddata_breakpoint.c51 attr.bp_len = HW_BREAKPOINT_LEN_4;
/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c147 *gen_len = HW_BREAKPOINT_LEN_4;
188 case HW_BREAKPOINT_LEN_4:
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c188 return HW_BREAKPOINT_LEN_4;
387 case HW_BREAKPOINT_LEN_4:
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c320 *gen_len = HW_BREAKPOINT_LEN_4;
365 case HW_BREAKPOINT_LEN_4:
H A Dkgdb.c545 breakinfo[i].len = HW_BREAKPOINT_LEN_4;
690 attr.bp_len = HW_BREAKPOINT_LEN_4;
H A Dptrace.c478 attr.bp_len = HW_BREAKPOINT_LEN_4;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c389 *gen_len = HW_BREAKPOINT_LEN_4;
446 case HW_BREAKPOINT_LEN_4:
H A Dptrace.c310 attr.bp_len = HW_BREAKPOINT_LEN_4;
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c497 *gen_len = HW_BREAKPOINT_LEN_4;
542 case HW_BREAKPOINT_LEN_4:
H A Dptrace.c423 attr.bp_len = HW_BREAKPOINT_LEN_4;
/linux-master/tools/perf/tests/
H A Dparse-events.c251 TEST_ASSERT_VAL("wrong bp_len", HW_BREAKPOINT_LEN_4 ==
280 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len);
295 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len);
310 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len);
/linux-master/tools/perf/util/
H A Dparse-events.c702 len = HW_BREAKPOINT_LEN_4;

Completed in 259 milliseconds