Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvhost.h95 #define VHOST_PAGE_SIZE 0x1000 macro
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h95 #define VHOST_PAGE_SIZE 0x1000 macro
/Linux-v4.19/drivers/vhost/
Dvhost.c650 u64 a = addr / VHOST_PAGE_SIZE / 8; in log_access_ok()
658 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8); in log_access_ok()
1711 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write()
1716 write_length += write_address % VHOST_PAGE_SIZE; in log_write()
1726 if (write_length <= VHOST_PAGE_SIZE) in log_write()
1728 write_length -= VHOST_PAGE_SIZE; in log_write()