Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dversion.h39 #define XEN_CAPABILITIES_INFO_LEN (sizeof(struct xen_capabilities_info)) macro
/openbmc/qemu/include/hw/xen/interface/
H A Dversion.h39 #define XEN_CAPABILITIES_INFO_LEN (sizeof(xen_capabilities_info_t)) macro
/openbmc/linux/drivers/xen/
H A Dsys-hypervisor.c258 caps = kmalloc(XEN_CAPABILITIES_INFO_LEN, GFP_KERNEL); in capabilities_show()