Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_W (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dwp.c89 fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1)); in wp_wo_test()
108 fd = __event(HW_BREAKPOINT_R | HW_BREAKPOINT_W, (void *)&data1, in wp_rw_test()
129 fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1)); in wp_modify_test()
137 get__perf_event_attr(&new_attr, HW_BREAKPOINT_W, (void *)&data2[0], in wp_modify_test()
H A Dbp_account.c38 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
H A Dbp_signal.c112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
H A Dparse-events.c158 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
202 HW_BREAKPOINT_W == evsel->core.attr.bp_type); in test__checkevent_breakpoint_w()
217 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type); in test__checkevent_breakpoint_rw()
1333 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
1348 TEST_ASSERT_VAL("wrong bp_type", HW_BREAKPOINT_W == in test__checkevent_breakpoint_len_w()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dhw_breakpoint.c162 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
165 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
203 case HW_BREAKPOINT_W: in arch_build_bp_info()
206 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhw_breakpoint.c213 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
216 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
347 case HW_BREAKPOINT_W: in arch_build_bp_info()
350 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
H A Dkgdb.c652 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
/OK3568_Linux_fs/kernel/samples/hw_breakpoint/
H A Ddata_breakpoint.c52 attr.bp_type = HW_BREAKPOINT_W; in hw_break_module_init()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhw_breakpoint.c363 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
424 case HW_BREAKPOINT_W: in arch_build_bp_info()
782 access = (esr & AARCH64_ESR_ACCESS_MASK) ? HW_BREAKPOINT_W : in watchpoint_handler()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhw_breakpoint.c479 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
524 case HW_BREAKPOINT_W: in arch_build_bp_info()
762 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhw_breakpoint.c384 *gen_bp_type |= HW_BREAKPOINT_W; in arch_bp_generic_fields()
452 if (attr->bp_type & HW_BREAKPOINT_W) in hw_breakpoint_arch_parse()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dptrace.c439 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()
472 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
H A Dhw_breakpoint.c62 case HW_BREAKPOINT_W: in hw_breakpoint_arch_parse()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c136 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.c932 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()
945 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
H A Devsel.c577 if (type & HW_BREAKPOINT_W) in __evsel__bp_name()