Searched defs:log_base (Results 1 - 2 of 2) sorted by relevance

/drivers/vhost/
H A Dvhost.h111 void __user *log_base; member in struct:vhost_virtqueue
H A Dvhost.c194 vq->log_base = NULL;
486 static int log_access_ok(void __user *log_base, u64 addr, unsigned long sz) argument
491 if (a > ULONG_MAX - (unsigned long)log_base ||
492 a + (unsigned long)log_base > ULONG_MAX)
495 return access_ok(VERIFY_WRITE, log_base + a,
500 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem, argument
516 else if (log_all && !log_access_ok(log_base,
539 ok = vq_memory_access_ok(d->vqs[i]->log_base, mem, log);
573 void __user *log_base)
577 return vq_memory_access_ok(log_base, v
572 vq_log_access_ok(struct vhost_virtqueue *vq, void __user *log_base) argument
950 log_write(void __user *log_base, u64 write_address, u64 write_length) argument
[all...]

Completed in 240 milliseconds