Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/vhost/
Dvhost.c431 static int log_access_ok(void __user *log_base, u64 addr, unsigned long sz) in log_access_ok()
445 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem, in vq_memory_access_ok()
517 static int vq_log_access_ok(struct vhost_virtqueue *vq, void __user *log_base) in vq_log_access_ok()
903 static int log_write(void __user *log_base, in log_write()
Dvhost.h109 void __user *log_base; member