Home
last modified time | relevance | path

Searched refs:hw_breakpoint_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c48 static inline int hw_breakpoint_len(unsigned long dr7, int index) in hw_breakpoint_len() function
77 hw_breakpoint_len(dr7, index), in hw_breakpoint_insert()
86 hw_breakpoint_len(dr7, index), in hw_breakpoint_insert()
303 int bpt_len = hw_breakpoint_len(dr7, i); in helper_bpt_io()
/openbmc/linux/include/linux/
H A Dhw_breakpoint.h52 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len() function