Searched refs:XPV_MODNAME (Results 1 – 1 of 1) sorted by relevance
57 #define XPV_MODNAME "xpv" macro835 mcp->mod_modname = kobj_zalloc(strlen(XPV_MODNAME) + 1, KM_SLEEP); in init_xen_module()836 (void) strcpy(mcp->mod_modname, XPV_MODNAME); in init_xen_module()1001 kmem_free(mcp->mod_modname, strlen(XPV_MODNAME) + 1); in init_xen_module()