Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/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.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/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.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/OK3568_Linux_fs/kernel/samples/hw_breakpoint/
H A Ddata_breakpoint.c51 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.c449 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dparse-events.c160 TEST_ASSERT_VAL("wrong bp_len", HW_BREAKPOINT_LEN_4 == in test__checkevent_breakpoint()
189 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_r()
204 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_w()
219 HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len); in test__checkevent_breakpoint_rw()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.c966 len = HW_BREAKPOINT_LEN_4; in parse_events_add_breakpoint()