Searched refs:virtio_to_cpu (Results 1 – 1 of 1) sorted by relevance
374 #define virtio_to_cpu(vdev, x) \ macro391 typeof(virtio_to_cpu(NULL, ((structname*)0)->member))400 typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \419 *(ptr) = virtio_to_cpu(vdev, virtio_cread_v); \430 typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \
Completed in 5 milliseconds