Symbol: HW_BREAKPOINT_LEN_4
arch/arm/kernel/hw_breakpoint.c
498
*gen_len = HW_BREAKPOINT_LEN_4;
arch/arm/kernel/hw_breakpoint.c
543
case HW_BREAKPOINT_LEN_4:
arch/arm/kernel/ptrace.c
423
attr.bp_len = HW_BREAKPOINT_LEN_4;
arch/arm64/kernel/hw_breakpoint.c
390
*gen_len = HW_BREAKPOINT_LEN_4;
arch/arm64/kernel/hw_breakpoint.c
447
case HW_BREAKPOINT_LEN_4:
arch/arm64/kernel/ptrace.c
311
attr.bp_len = HW_BREAKPOINT_LEN_4;
arch/loongarch/kernel/hw_breakpoint.c
344
*gen_len = HW_BREAKPOINT_LEN_4;
arch/loongarch/kernel/hw_breakpoint.c
389
case HW_BREAKPOINT_LEN_4:
arch/loongarch/kernel/kgdb.c
546
breakinfo[i].len = HW_BREAKPOINT_LEN_4;
arch/loongarch/kernel/kgdb.c
691
attr.bp_len = HW_BREAKPOINT_LEN_4;
arch/loongarch/kernel/ptrace.c
478
attr.bp_len = HW_BREAKPOINT_LEN_4;
arch/sh/kernel/hw_breakpoint.c
147
*gen_len = HW_BREAKPOINT_LEN_4;
arch/sh/kernel/hw_breakpoint.c
188
case HW_BREAKPOINT_LEN_4:
arch/x86/kernel/hw_breakpoint.c
189
return HW_BREAKPOINT_LEN_4;
arch/x86/kernel/hw_breakpoint.c
388
case HW_BREAKPOINT_LEN_4:
samples/hw_breakpoint/data_breakpoint.c
51
attr.bp_len = HW_BREAKPOINT_LEN_4;
tools/perf/tests/parse-events.c
260
TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel);
tools/perf/tests/parse-events.c
285
TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel);
tools/perf/tests/parse-events.c
297
TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel);
tools/perf/tests/parse-events.c
311
TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel);
tools/perf/util/parse-events.c
657
len = HW_BREAKPOINT_LEN_4;