Searched refs:bug_get_file_line (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | bug.h | 39 void bug_get_file_line(struct bug_entry *bug, const char **file, 65 static inline void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() function
|
/linux-6.1.9/lib/ |
D | bug.c | 129 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() function 171 bug_get_file_line(bug, &file, &line); in report_bug()
|
/linux-6.1.9/arch/arm64/kvm/ |
D | handle_exit.c | 350 bug_get_file_line(bug, &file, &line); in nvhe_hyp_panic_handler()
|