Searched refs:VHOST_VRING_F_LOG (Results 1 – 3 of 3) sorted by relevance
32 #define VHOST_VRING_F_LOG 0 macro
664 if (addr->flags & (1 << VHOST_VRING_F_LOG)) { in translate_ring_addresses()2269 if (ra->flags & (1 << VHOST_VRING_F_LOG)) { in is_vring_iotlb_split()2301 if (ra->flags & (1 << VHOST_VRING_F_LOG)) { in is_vring_iotlb_packed()
376 if (likely(!(vq->ring_addrs.flags & (1 << VHOST_VRING_F_LOG)))) in log_translate()