Searched refs:VHOST_PAGE_SIZE (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dvhost.h58 #define VHOST_PAGE_SIZE 0x1000 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dvhost.h58 #define VHOST_PAGE_SIZE 0x1000 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dvhost.h58 #define VHOST_PAGE_SIZE 0x1000 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvhost.h58 #define VHOST_PAGE_SIZE 0x1000 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dvhost.h58 #define VHOST_PAGE_SIZE 0x1000 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/vhost/
H A Dvhost.c370 u64 a = addr / VHOST_PAGE_SIZE / 8;
377 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8);
830 write_address /= VHOST_PAGE_SIZE;
840 if (write_length <= VHOST_PAGE_SIZE)
842 write_length -= VHOST_PAGE_SIZE;
843 write_address += VHOST_PAGE_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/vhost/
H A Dvhost.c370 u64 a = addr / VHOST_PAGE_SIZE / 8;
377 (sz + VHOST_PAGE_SIZE * 8 - 1) / VHOST_PAGE_SIZE / 8);
830 write_address /= VHOST_PAGE_SIZE;
840 if (write_length <= VHOST_PAGE_SIZE)
842 write_length -= VHOST_PAGE_SIZE;
843 write_address += VHOST_PAGE_SIZE;

Completed in 118 milliseconds