Searched refs:log_base (Results 1 - 4 of 4) sorted by relevance

/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.c166 vq->log_base = NULL;
368 static int log_access_ok(void __user *log_base, u64 addr, unsigned long sz) argument
372 if (a > ULONG_MAX - (unsigned long)log_base ||
373 a + (unsigned long)log_base > ULONG_MAX)
376 return access_ok(VERIFY_WRITE, log_base + a,
381 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem, argument
397 else if (log_all && !log_access_ok(log_base,
416 ok = vq_memory_access_ok(d->vqs[i].log_base, mem,
448 static int vq_log_access_ok(struct vhost_virtqueue *vq, void __user *log_base) argument
450 return vq_memory_access_ok(log_base, v
824 log_write(void __user *log_base, u64 write_address, u64 write_length) argument
[all...]
H A Dvhost.h111 void __user *log_base; member in struct:vhost_virtqueue
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/vhost/
H A Dvhost.c166 vq->log_base = NULL;
368 static int log_access_ok(void __user *log_base, u64 addr, unsigned long sz) argument
372 if (a > ULONG_MAX - (unsigned long)log_base ||
373 a + (unsigned long)log_base > ULONG_MAX)
376 return access_ok(VERIFY_WRITE, log_base + a,
381 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem, argument
397 else if (log_all && !log_access_ok(log_base,
416 ok = vq_memory_access_ok(d->vqs[i].log_base, mem,
448 static int vq_log_access_ok(struct vhost_virtqueue *vq, void __user *log_base) argument
450 return vq_memory_access_ok(log_base, v
824 log_write(void __user *log_base, u64 write_address, u64 write_length) argument
[all...]
H A Dvhost.h111 void __user *log_base; member in struct:vhost_virtqueue

Completed in 65 milliseconds