VFIO_PIN_PAGES_MAX_ENTRIES
if (npage > VFIO_PIN_PAGES_MAX_ENTRIES)
if (WARN_ON(npage <= 0 || npage > VFIO_PIN_PAGES_MAX_ENTRIES))