Searched refs:hw_breakpoint_is_used (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhw_breakpoint.h87 extern bool hw_breakpoint_is_used(void);
131 static inline bool hw_breakpoint_is_used(void) { return false; } function
/linux-master/kernel/events/
H A Dhw_breakpoint_test.c301 if (hw_breakpoint_is_used())
320 KUNIT_EXPECT_FALSE(test, hw_breakpoint_is_used());
H A Dhw_breakpoint.c891 * hw_breakpoint_is_used - check if breakpoints are currently used
895 bool hw_breakpoint_is_used(void) function

Completed in 284 milliseconds