Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/pds/
H A Ddirty.c76 unsigned long *host_seq_bmp, *host_ack_bmp; in pds_vfio_dirty_alloc_bitmaps() local
78 host_seq_bmp = vzalloc(bytes); in pds_vfio_dirty_alloc_bitmaps()
79 if (!host_seq_bmp) in pds_vfio_dirty_alloc_bitmaps()
84 bitmap_free(host_seq_bmp); in pds_vfio_dirty_alloc_bitmaps()
88 dirty->host_seq.bmp = host_seq_bmp; in pds_vfio_dirty_alloc_bitmaps()