Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dvhost_types.h152 #define VHOST_F_LOG_ALL 26 macro
/Linux-v6.1/drivers/vhost/
Dvhost.h239 (1ULL << VHOST_F_LOG_ALL) |
Dtest.c246 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
Dvsock.c826 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
Dnet.c1151 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx()
1640 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
Dvhost.c792 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok()
1416 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
Dscsi.c1763 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()