Home
last modified time | relevance | path

Searched refs:dbg_regs (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c93 dreg_state.dbg_regs[0].addr = (uintptr_t)(addr - offset); in set_watchpoint()
94 dreg_state.dbg_regs[0].ctrl = control; in set_watchpoint()
96 iov.iov_len = offsetof(struct user_hwdebug_state, dbg_regs) + in set_watchpoint()
97 sizeof(dreg_state.dbg_regs[0]); in set_watchpoint()
/linux/arch/loongarch/include/uapi/asm/
H A Dptrace.h72 } dbg_regs[8]; member
/linux/drivers/media/rc/
H A Dene_ir.h179 #define dbg_regs(format, ...) __dbg(3, format, ## __VA_ARGS__) macro
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h109 } dbg_regs[16]; member
/linux/arch/loongarch/kernel/
H A Dptrace.c723 offset = offsetof(struct user_watch_state, dbg_regs); in hw_break_set()
/linux/drivers/mfd/
H A Dsm501.c1216 static DEVICE_ATTR_RO(dbg_regs);
/linux/arch/arm64/kernel/
H A Dptrace.c516 offset = offsetof(struct user_hwdebug_state, dbg_regs); in hw_break_set()