Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvhost_types.h126 #define VHOST_PAGE_SIZE 0x1000 macro
/linux/drivers/vhost/
H A Dvhost.c1261 u64 a = addr / VHOST_PAGE_SIZE / 8; in vq_memory_access_ok()
1269 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8); in vq_memory_access_ok()
2540 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_used()
2545 write_length += write_address % VHOST_PAGE_SIZE;
2555 if (write_length <= VHOST_PAGE_SIZE) in vhost_log_write()
2557 write_length -= VHOST_PAGE_SIZE; in vhost_log_write()