Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 74) sorted by relevance

123

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_gnttab.c71 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 Dxc_dom_boot.c229 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 Dxc_sr_common.h63 int (*setup)(struct xc_sr_context *ctx); member
140 int (*setup)(struct xc_sr_context *ctx); member
A Dxc_sr_save_x86_hvm.c235 .setup = x86_hvm_setup,
/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c133 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 Dsetup.py1 from distutils.core import setup, Extension
19 setup(name='pygrub',
A DMakefile13 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 Dsetup.py2 from distutils.core import setup, Extension
40 setup(name = 'xen',
A DMakefile13 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 Dpython_fortify_noopt.m44 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 DMakefile20 XEN_SCRIPTS += vif-setup
21 XEN_SCRIPTS-$(CONFIG_LIBNL) += remus-netbuf-setup
32 XEN_SCRIPTS += colo-proxy-setup
A Dremus-netbuf-setup213 setup)
/xen-4.10.0-shim-comet/docs/process/
A Dbranching-checklist.txt54 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 Dlibxl_nonetbuffer.c45 .setup = nic_setup,
A Dlibxl_colo_qdisk.c207 .setup = colo_qdisk_save_setup,
228 .setup = colo_qdisk_restore_setup,
A Dlibxl_colo_nic.c289 .setup = colo_nic_save_setup,
313 .setup = colo_nic_restore_setup,
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dxen.if5 # 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 Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.5122 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 Dxen-pv-channel.pod.7121 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 Dcrashdb.txt17 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 DMakefile40 obj-y += setup.o
A Dxen.lds.S144 *(.init.setup)
/xen-4.10.0-shim-comet/tools/fuzz/
A DREADME.oss-fuzz21 inherit the correct compiler settings and be run in a pre-setup
/xen-4.10.0-shim-comet/stubdom/
A Dconfigure.ac62 # Stubdom libraries version and url setup

Completed in 23 milliseconds

123