Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dvhost_types.h105 #define VHOST_PAGE_SIZE 0x1000 macro
/Linux-v6.1/drivers/vhost/
Dvhost.c719 u64 a = addr / VHOST_PAGE_SIZE / 8; in log_access_ok()
727 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8); in log_access_ok()
1857 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write()
1862 write_length += write_address % VHOST_PAGE_SIZE; in log_write()
1872 if (write_length <= VHOST_PAGE_SIZE) in log_write()
1874 write_length -= VHOST_PAGE_SIZE; in log_write()