Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmmdebug.h124 #define VM_BUG_ON_PGFLAGS(cond, page) VM_BUG_ON_PAGE(cond, page) macro
126 #define VM_BUG_ON_PGFLAGS(cond, page) BUILD_BUG_ON_INVALID(cond) macro