Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dbug.h54 #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-4.10.0-shim-comet/xen/include/asm-arm/
A Dbug.h42 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ macro
63 #define WARN() BUG_FRAME(BUGFRAME_warn, __LINE__, __FILE__, 0, "")
66 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, ""); \
71 BUG_FRAME(BUGFRAME_assert, __LINE__, __FILE__, 1, msg); \

Completed in 2 milliseconds