/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_gnttab.c | 71 struct gnttab_setup_table setup; in _gnttab_map_table() local 104 setup.dom = domid; in _gnttab_map_table() 105 setup.nr_frames = query.nr_frames; in _gnttab_map_table() 106 set_xen_guest_handle(setup.frame_list, frame_list); in _gnttab_map_table() 109 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), in _gnttab_map_table() 112 if ( rc || (setup.status != GNTST_okay) ) in _gnttab_map_table() 118 for ( i = 0; i < setup.nr_frames; i++ ) in _gnttab_map_table() 122 setup.nr_frames); in _gnttab_map_table()
|
A D | xc_dom_boot.c | 229 gnttab_setup_table_t setup; in xc_dom_gnttab_setup() local 238 setup.dom = domid; in xc_dom_gnttab_setup() 239 setup.nr_frames = 1; in xc_dom_gnttab_setup() 240 set_xen_guest_handle(setup.frame_list, gmfnp); in xc_dom_gnttab_setup() 241 setup.status = 0; in xc_dom_gnttab_setup() 243 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), 1); in xc_dom_gnttab_setup() 247 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup() 252 __FUNCTION__, rc != 0 ? errno : 0, setup.status); in xc_dom_gnttab_setup()
|
A D | xc_sr_common.h | 63 int (*setup)(struct xc_sr_context *ctx); member 140 int (*setup)(struct xc_sr_context *ctx); member
|
A D | xc_sr_save_x86_hvm.c | 235 .setup = x86_hvm_setup,
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | grant_table.c | 133 struct gnttab_setup_table *setup; in compat_grant_table_op() member 139 struct compat_gnttab_setup_table setup; in compat_grant_table_op() member 151 else if ( unlikely(__copy_from_guest(&cmp.setup, cmp_uop, 1)) ) in compat_grant_table_op() 153 else if ( unlikely(!compat_handle_okay(cmp.setup.frame_list, cmp.setup.nr_frames)) ) in compat_grant_table_op() 158 (COMPAT_ARG_XLAT_SIZE - sizeof(*nat.setup)) / in compat_grant_table_op() 159 sizeof(*nat.setup->frame_list.p); in compat_grant_table_op() 162 set_xen_guest_handle((_d_)->frame_list, (unsigned long *)(nat.setup + 1)) in compat_grant_table_op() 163 XLAT_gnttab_setup_table(nat.setup, &cmp.setup); in compat_grant_table_op() 186 XLAT_gnttab_setup_table(&cmp.setup, nat.setup); in compat_grant_table_op() 188 if ( unlikely(__copy_to_guest(cmp_uop, &cmp.setup, 1)) ) in compat_grant_table_op()
|
/xen-4.10.0-shim-comet/tools/pygrub/ |
A D | setup.py | 1 from distutils.core import setup, Extension 19 setup(name='pygrub',
|
A D | Makefile | 13 CC="$(CC)" CFLAGS="$(PY_CFLAGS)" $(PYTHON) setup.py build 19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | setup.py | 2 from distutils.core import setup, Extension 40 setup(name = 'xen',
|
A D | Makefile | 13 CC="$(CC)" CFLAGS="$(PY_CFLAGS)" $(PYTHON) setup.py build 20 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
/xen-4.10.0-shim-comet/m4/ |
A D | python_fortify_noopt.m4 | 4 dnl This is necessary because on some systems setup.py includes 10 AC_CACHE_CHECK([whether Python setup.py brokenly enables -D_FORTIFY_SOURCE],
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | Makefile | 20 XEN_SCRIPTS += vif-setup 21 XEN_SCRIPTS-$(CONFIG_LIBNL) += remus-netbuf-setup 32 XEN_SCRIPTS += colo-proxy-setup
|
A D | remus-netbuf-setup | 213 setup)
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | branching-checklist.txt | 54 OSSTEST_CONFIG=production-config ./mg-branch-setup xen-$v-testing bisect 55 OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect 60 OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup xen-$v-testing bisect 61 OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup qemu-upstream-$v-testing bisect
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_nonetbuffer.c | 45 .setup = nic_setup,
|
A D | libxl_colo_qdisk.c | 207 .setup = colo_qdisk_save_setup, 228 .setup = colo_qdisk_restore_setup,
|
A D | libxl_colo_nic.c | 289 .setup = colo_nic_save_setup, 313 .setup = colo_nic_restore_setup,
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.if | 5 # Domain creation and setup 9 allow $1 $2:grant { query setup }; 59 allow $1 $2:grant setup; 202 …allow $1 $2:resource { setup stat_device add_device add_irq add_iomem add_ioport remove_device rem…
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | cpupool | 2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.conf.pod.5 | 122 Configures the default script used by Remus to setup network buffering. 124 Default: C</etc/xen/scripts/remus-netbuf-setup> 128 Configures the default script used by COLO to setup colo-proxy. 130 Default: C</etc/xen/scripts/colo-proxy-setup>
|
A D | xen-pv-channel.pod.7 | 121 SUBSYSTEM=="xen", DEVPATH=="/devices/console-[0-9]", RUN+="xen-console-setup" 123 where the "xen-console-setup" script would read the channel name and
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | crashdb.txt | 17 The next step depends on your individual setup. This is how to do it 61 -- If the serial port setup is wrong, badness happens
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Makefile | 40 obj-y += setup.o
|
A D | xen.lds.S | 144 *(.init.setup)
|
/xen-4.10.0-shim-comet/tools/fuzz/ |
A D | README.oss-fuzz | 21 inherit the correct compiler settings and be run in a pre-setup
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | configure.ac | 62 # Stubdom libraries version and url setup
|