VIRTUAL_BUG_ON     13 include/linux/mmdebug.h #define VIRTUAL_BUG_ON(cond) BUG_ON(cond)
VIRTUAL_BUG_ON     15 include/linux/mmdebug.h #define VIRTUAL_BUG_ON(cond) do { } while (0)