Home
last modified time | relevance | path

Searched refs:VFIO_PIN_PAGES_MAX_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vfio/
H A Dcontainer.c539 if (npage > VFIO_PIN_PAGES_MAX_ENTRIES) in vfio_device_container_pin_pages()
553 if (WARN_ON(npage <= 0 || npage > VFIO_PIN_PAGES_MAX_ENTRIES)) in vfio_device_container_unpin_pages()
/openbmc/linux/include/linux/
H A Dvfio.h312 #define VFIO_PIN_PAGES_MAX_ENTRIES (PAGE_SIZE/sizeof(unsigned long)) macro