IS_ERR_VALUE
GEM_BUG_ON(!IS_ERR_VALUE((long)error));
return IS_ERR_VALUE((unsigned long)ptr);
return !ptr || IS_ERR_VALUE((unsigned long)ptr);