Home
last modified time | relevance | path

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

/drivers/vhost/
A Dvhost.c386 vq->log_base = NULL; in vhost_vq_reset()
1237 a + (unsigned long)log_base > ULONG_MAX) in log_access_ok()
1240 return access_ok(log_base + a, in log_access_ok()
1274 else if (log_all && !log_access_ok(log_base, in vq_memory_access_ok()
1935 void __user *log_base, in vq_log_used_access_ok() argument
1951 void __user *log_base) in vq_log_access_ok() argument
1962 if (!vq_log_access_ok(vq, vq->log_base)) in vhost_vq_access_ok()
2380 vq->log_base = base; in vhost_dev_ioctl()
2434 static int log_write(void __user *log_base, in log_write() argument
2444 u64 base = (u64)(unsigned long)log_base; in log_write()
[all …]
A Dvhost.h154 void __user *log_base; member

Completed in 14 milliseconds