Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvhost_types.h152 #define VHOST_F_LOG_ALL 26 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvhost.h191 #define VHOST_F_LOG_ALL 26 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvhost.h191 #define VHOST_F_LOG_ALL 26 macro
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.h241 (1ULL << VHOST_F_LOG_ALL) |
H A Dtest.c253 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
H A Dvsock.c774 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
H A Dnet.c1150 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx()
1646 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
H A Dvhost.c800 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok()
1404 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
H A Dscsi.c1795 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()