Searched refs:BUGFRAME_bug (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | bug.h | 10 #define BUGFRAME_bug 2 macro 64 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, NULL); \ 118 #define BUG BUG_FRAME BUGFRAME_bug, __LINE__, __FILE__, 0, 0
|
A D | current.h | 173 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, \
|
/xen/xen/include/asm-arm/ |
A D | bug.h | 30 #define BUGFRAME_bug 1 macro 64 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, ""); \
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 348 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmptrld() 370 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmpclear() 393 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmread() 415 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmwrite() 495 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __invept() 526 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __invvpid()
|
/xen/xen/arch/x86/ |
A D | traps.c | 1154 case BUGFRAME_bug: in do_invalid_op()
|
/xen/xen/arch/arm/ |
A D | traps.c | 1258 case BUGFRAME_bug: in do_bug_frame()
|
Completed in 15 milliseconds