Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_config.h309 #define virtio_to_cpu(vdev, x) \ macro
326 typeof(virtio_to_cpu(NULL, ((structname*)0)->member))
335 typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \
354 *(ptr) = virtio_to_cpu(vdev, virtio_cread_v); \
365 typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \