Searched refs:__warn (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | panic.c | 651 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() function 696 __warn(file, line, __builtin_return_address(0), taint, in warn_slowpath_fmt() 704 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt()
|
D | cfi.c | 21 __warn(NULL, 0, (void *)addr, 0, regs, NULL); in report_cfi_failure()
|