Searched refs:BUGFRAME_warn (Results 1 – 4 of 4) sorted by relevance
| /xen/xen/include/asm-x86/ |
| A D | bug.h | 9 #define BUGFRAME_warn 1 macro 62 #define WARN() BUG_FRAME(BUGFRAME_warn, __LINE__, __FILE__, 0, NULL) 117 #define WARN BUG_FRAME BUGFRAME_warn, __LINE__, __FILE__, 0, 0
|
| /xen/xen/include/asm-arm/ |
| A D | bug.h | 29 #define BUGFRAME_warn 0 macro 61 #define WARN() BUG_FRAME(BUGFRAME_warn, __LINE__, __FILE__, 0, "")
|
| /xen/xen/arch/x86/ |
| A D | traps.c | 1148 case BUGFRAME_warn: in do_invalid_op()
|
| /xen/xen/arch/arm/ |
| A D | traps.c | 1253 case BUGFRAME_warn: in do_bug_frame()
|
Completed in 14 milliseconds