Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvhost_types.h36 #define VHOST_VRING_F_LOG 0 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.h37 #define VHOST_VRING_F_LOG 0 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.h37 #define VHOST_VRING_F_LOG 0 macro
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.c1515 if (a.flags & ~(0x1 << VHOST_VRING_F_LOG)) in vhost_vring_set_addr()
1545 a.flags & (0x1 << VHOST_VRING_F_LOG), in vhost_vring_set_addr()
1550 vq->log_used = !!(a.flags & (0x1 << VHOST_VRING_F_LOG)); in vhost_vring_set_addr()