Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dvirtio_config.h372 #define virtio_to_cpu(vdev, x) \ macro
389 typeof(virtio_to_cpu(NULL, ((structname*)0)->member))
398 typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \
417 *(ptr) = virtio_to_cpu(vdev, virtio_cread_v); \
428 typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \