Searched refs:BUGFRAME_bug (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/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
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | bug.h | 32 #define BUGFRAME_bug 1 macro 66 BUG_FRAME(BUGFRAME_bug, __LINE__, __FILE__, 0, ""); \
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 338 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmptrld() 360 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmpclear() 383 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmread() 405 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __vmwrite() 485 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __invept() 516 _ASM_BUGFRAME_INFO(BUGFRAME_bug, __LINE__, __FILE__, 0) in __invvpid()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | traps.c | 1027 case BUGFRAME_bug: in do_invalid_op()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 1308 case BUGFRAME_bug: in do_bug_frame()
|
Completed in 15 milliseconds