Lines Matching defs:version
10 * modify it under the terms of the GNU General Public License version 2
102 module_param_named(version, xen_gnttab_version, uint, 0);
115 unsigned int version;
1506 .version = 1,
1517 .version = 2,
1550 gsv.version = 2;
1552 gsv.version = 1;
1556 gsv.version = xen_gnttab_version;
1559 if (rc == 0 && gsv.version == 2)
1563 pr_info("Grant tables using version %d layout\n",
1564 gnttab_interface->version);