Home
last modified time | relevance | path

Searched defs:VIRTIO_CRYPTO_OPCODE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h42 #define VIRTIO_CRYPTO_OPCODE(service, op) (((service) << 8) | (op)) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h42 #define VIRTIO_CRYPTO_OPCODE(service, op) (((service) << 8) | (op)) macro