Symbol: HW_BREAKPOINT_W
arch/arm/kernel/hw_breakpoint.c
480
*gen_type = HW_BREAKPOINT_W;
arch/arm/kernel/hw_breakpoint.c
525
case HW_BREAKPOINT_W:
arch/arm/kernel/hw_breakpoint.c
763
HW_BREAKPOINT_W : HW_BREAKPOINT_R;
arch/arm64/kernel/hw_breakpoint.c
365
*gen_type = HW_BREAKPOINT_W;
arch/arm64/kernel/hw_breakpoint.c
426
case HW_BREAKPOINT_W:
arch/arm64/kernel/hw_breakpoint.c
780
access = (esr & ESR_ELx_WNR) ? HW_BREAKPOINT_W :
arch/loongarch/kernel/hw_breakpoint.c
326
*gen_type = HW_BREAKPOINT_W;
arch/loongarch/kernel/hw_breakpoint.c
371
case HW_BREAKPOINT_W:
arch/loongarch/kernel/kgdb.c
529
breakinfo[i].type = HW_BREAKPOINT_W;
arch/loongarch/kernel/kgdb.c
692
attr.bp_type = HW_BREAKPOINT_W;
arch/powerpc/kernel/hw_breakpoint.c
131
*gen_bp_type |= HW_BREAKPOINT_W;
arch/powerpc/kernel/hw_breakpoint.c
199
if (attr->bp_type & HW_BREAKPOINT_W)
arch/sh/kernel/hw_breakpoint.c
162
*gen_type = HW_BREAKPOINT_W;
arch/sh/kernel/hw_breakpoint.c
165
*gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
arch/sh/kernel/hw_breakpoint.c
203
case HW_BREAKPOINT_W:
arch/sh/kernel/hw_breakpoint.c
206
case HW_BREAKPOINT_W | HW_BREAKPOINT_R:
arch/x86/kernel/hw_breakpoint.c
214
*gen_type = HW_BREAKPOINT_W;
arch/x86/kernel/hw_breakpoint.c
217
*gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
arch/x86/kernel/hw_breakpoint.c
348
case HW_BREAKPOINT_W:
arch/x86/kernel/hw_breakpoint.c
351
case HW_BREAKPOINT_W | HW_BREAKPOINT_R:
arch/x86/kernel/kgdb.c
652
attr.bp_type = HW_BREAKPOINT_W;
arch/xtensa/kernel/hw_breakpoint.c
63
case HW_BREAKPOINT_W:
arch/xtensa/kernel/ptrace.c
437
if (bp->attr.bp_type & HW_BREAKPOINT_W)
arch/xtensa/kernel/ptrace.c
470
bp_type |= HW_BREAKPOINT_W;
include/uapi/linux/hw_breakpoint.h
20
HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
samples/hw_breakpoint/data_breakpoint.c
52
attr.bp_type = HW_BREAKPOINT_W;
tools/include/uapi/linux/hw_breakpoint.h
20
HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
tools/perf/tests/bp_account.c
52
attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
tools/perf/tests/bp_signal.c
113
pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
tools/perf/tests/parse-events.c
1676
(HW_BREAKPOINT_R | HW_BREAKPOINT_W) == evsel->core.attr.bp_type,
tools/perf/tests/parse-events.c
1690
TEST_ASSERT_EVSEL("wrong bp_type", HW_BREAKPOINT_W == evsel->core.attr.bp_type, evsel);
tools/perf/tests/parse-events.c
258
(HW_BREAKPOINT_R | HW_BREAKPOINT_W) == evsel->core.attr.bp_type,
tools/perf/tests/parse-events.c
296
TEST_ASSERT_EVSEL("wrong bp_type", HW_BREAKPOINT_W == evsel->core.attr.bp_type, evsel);
tools/perf/tests/parse-events.c
309
(HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type,
tools/perf/tests/wp.c
109
fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1));
tools/perf/tests/wp.c
133
fd = __event(HW_BREAKPOINT_R | HW_BREAKPOINT_W, (void *)&data1,
tools/perf/tests/wp.c
158
fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1));
tools/perf/tests/wp.c
166
get__perf_event_attr(&new_attr, HW_BREAKPOINT_W, (void *)&data2[0],
tools/perf/util/evsel.c
784
if (type & HW_BREAKPOINT_W)
tools/perf/util/parse-events.c
619
CHECK_SET_TYPE(HW_BREAKPOINT_W);
tools/perf/util/parse-events.c
632
attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
277
if (readwriteflag & HW_BREAKPOINT_W)
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
500
fd1 = perf_process_event_open(HW_BREAKPOINT_W, (__u64)&a, (__u64)sizeof(a));
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
551
fd2 = perf_process_event_open(HW_BREAKPOINT_W, (__u64)&a, (__u64)sizeof(a));
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
679
ret = perf_systemwide_event_open(fd1, HW_BREAKPOINT_W, (__u64)&a, (__u64)sizeof(a));
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
723
ret = perf_systemwide_event_open(fd1, HW_BREAKPOINT_W, (__u64)&a, (__u64)sizeof(a));