GEM_WARN_ON
#define GEM_WARN_ON(expr) WARN_ON(expr)
#define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); })