Searched refs:SVGA_COTABLE_MAX_IDS (Results 1 – 3 of 3) sorted by relevance
273 return (user_key < SVGA_COTABLE_MAX_IDS && in vmw_view_id_ok()558 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts()
621 if (id < 0 || id >= SVGA_COTABLE_MAX_IDS) { in vmw_cotable_notify()
1509 #define SVGA_COTABLE_MAX_IDS (MAX_UINT16 - 2) macro