Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Ddynmem-proto.h33 #define DYNMEM_MINOR_VERSION(Version) ((uint32_t)(Version) & 0xff) macro
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c60 #define DYNMEM_MINOR_VERSION(Version) ((__u32)(Version) & 0xff) macro