Searched defs:VIRTUAL_BUG_ON (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmmdebug.h53 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) macro
55 #define VIRTUAL_BUG_ON(cond) do { } while (0) macro

Completed in 121 milliseconds