Searched refs:BUG_FRAME (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | bug.h | 54 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { \ macro 62 #define WARN() BUG_FRAME(BUGFRAME_warn, __LINE__, __FILE__, 0, NULL) 64 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, NULL); \ 68 #define run_in_exception_handler(fn) BUG_FRAME(BUGFRAME_run_fn, 0, fn, 0, NULL) 71 BUG_FRAME(BUGFRAME_assert, __LINE__, __FILE__, 1, msg); \ 88 .macro BUG_FRAME type, line, file_str, second_frame, msg 117 #define WARN BUG_FRAME BUGFRAME_warn, __LINE__, __FILE__, 0, 0 118 #define BUG BUG_FRAME BUGFRAME_bug, __LINE__, __FILE__, 0, 0 121 BUG_FRAME BUGFRAME_assert, __LINE__, __FILE__, 1, msg
|
/xen/xen/include/asm-arm/ |
A D | bug.h | 40 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ macro 61 #define WARN() BUG_FRAME(BUGFRAME_warn, __LINE__, __FILE__, 0, "") 64 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, ""); \ 69 BUG_FRAME(BUGFRAME_assert, __LINE__, __FILE__, 1, msg); \
|
Completed in 2 milliseconds