Searched defs:xen_platform_op (Results 1 – 1 of 1) sorted by relevance
488 struct xen_platform_op { struct489 uint32_t cmd;490 uint32_t interface_version; /* XENPF_INTERFACE_VERSION */491 union {515 DEFINE_GUEST_HANDLE_STRUCT(xen_platform_op_t); argument