Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmmdebug.h118 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) macro
120 #define VIRTUAL_BUG_ON(cond) do { } while (0) macro