Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvhost_types.h105 #define VHOST_PAGE_SIZE 0x1000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvhost.h95 #define VHOST_PAGE_SIZE 0x1000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvhost.h95 #define VHOST_PAGE_SIZE 0x1000 macro
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.c727 u64 a = addr / VHOST_PAGE_SIZE / 8; in log_access_ok()
735 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8); in log_access_ok()
1845 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write()
1850 write_length += write_address % VHOST_PAGE_SIZE; in log_write()
1860 if (write_length <= VHOST_PAGE_SIZE) in log_write()
1862 write_length -= VHOST_PAGE_SIZE; in log_write()