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

/linux-master/arch/x86/kernel/
H A Dtboot.c361 void __iomem *log_base; local
367 log_base = ioremap(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE);
368 if (!log_base)
371 memcpy_fromio(log_uuid, log_base, sizeof(log_uuid));
375 max_size = readl(log_base + LOG_MAX_SIZE_OFF);
390 memcpy_fromio(kbuf, log_base + LOG_BUF_OFF + *ppos, count);
402 iounmap(log_base);
/linux-master/drivers/vhost/
H A Dvhost.c381 vq->log_base = NULL;
1000 static bool log_access_ok(void __user *log_base, u64 addr, unsigned long sz) argument
1005 if (a > ULONG_MAX - (unsigned long)log_base ||
1006 a + (unsigned long)log_base > ULONG_MAX)
1009 return access_ok(log_base + a,
1026 static bool vq_memory_access_ok(void __user *log_base, struct vhost_iotlb *umem, argument
1043 else if (log_all && !log_access_ok(log_base,
1078 ok = vq_memory_access_ok(d->vqs[i]->log_base,
1678 void __user *log_base,
1687 return !log_used || log_access_ok(log_base, log_add
1677 vq_log_used_access_ok(struct vhost_virtqueue *vq, void __user *log_base, bool log_used, u64 log_addr) argument
1693 vq_log_access_ok(struct vhost_virtqueue *vq, void __user *log_base) argument
2137 log_write(void __user *log_base, u64 write_address, u64 write_length) argument
[all...]
H A Dvhost.h137 void __user *log_base; member in struct:vhost_virtqueue

Completed in 118 milliseconds