Searched refs:vq_err (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | vhost.c | 1381 vq_err(vq, "IOTLB translation failure: uaddr " in vhost_copy_from_user() 1406 vq_err(vq, "IOTLB translation failure: uaddr " in __vhost_get_user_slow() 1413 vq_err(vq, "Non atomic userspace memory access: uaddr " in __vhost_get_user_slow() 1529 vq_err(vq, "Failed to access available index at %p (%d)\n", in vhost_get_avail_idx() 1537 vq_err(vq, "Invalid available index change from %u to %u", in vhost_get_avail_idx() 2625 vq_err(vq, "Can't access used idx at %p\n", in vhost_vq_init_access() 2713 vq_err(vq, "Invalid length in indirect descriptor: " in get_indirect() 2724 vq_err(vq, "Translation failure %d in indirect.\n", ret); in get_indirect() 2732 vq_err(vq, "Indirect buffer length too big: %d\n", in get_indirect() 2740 vq_err(vq, "Loop detected: last one at %u " in get_indirect() [all …]
|
| H A D | test.c | 83 vq_err(vq, "Unexpected descriptor format for TX: " in handle_vq() 90 vq_err(vq, "Unexpected 0 len for TX\n"); in handle_vq()
|
| H A D | vhost.h | 285 #define vq_err(vq, fmt, ...) do { \ macro
|