Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
VIRTIO_BIT
include/linux/virtio_features.h
12
#define VIRTIO_BIT(b) BIT_ULL((b) & 0x3f)
tools/virtio/linux/virtio_features.h
12
#define VIRTIO_BIT(b) (1ULL << ((b) & 0x3f))