Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dvhost_types.h168 #define VHOST_F_LOG_ALL 26 macro
/linux-6.15/drivers/vhost/
H A Dvhost.h260 (1ULL << VHOST_F_LOG_ALL) |
H A Dtest.c246 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
H A Dvsock.c806 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
H A Dnet.c1130 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx()
1624 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
H A Dvhost.c1131 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok()
1779 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
H A Dscsi.c2093 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()