Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h121 #define VHOST_PAGE_SIZE 0x1000 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h121 #define VHOST_PAGE_SIZE 0x1000 macro
/openbmc/linux/drivers/vhost/
H A Dvhost.c1070 u64 a = addr / VHOST_PAGE_SIZE / 8; in log_access_ok()
1078 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8); in log_access_ok()
2208 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write()
2213 write_length += write_address % VHOST_PAGE_SIZE; in log_write()
2223 if (write_length <= VHOST_PAGE_SIZE) in log_write()
2225 write_length -= VHOST_PAGE_SIZE; in log_write()