Home
last modified time | relevance | path

Searched refs:VHOST_USER_PROTOCOL_F_PAGEFAULT (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost.h86 #ifndef VHOST_USER_PROTOCOL_F_PAGEFAULT
87 #define VHOST_USER_PROTOCOL_F_PAGEFAULT 8 macro
H A Dvhost_user.h26 (1ULL << VHOST_USER_PROTOCOL_F_PAGEFAULT) | \
H A Dsocket.c939 ~(1ULL << VHOST_USER_PROTOCOL_F_PAGEFAULT); in rte_vhost_driver_register()