Home
last modified time | relevance | path

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

1234

/xen/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.c227 gnttab_setup_table_t setup; in xc_dom_gnttab_setup() local
236 setup.dom = domid; in xc_dom_gnttab_setup()
237 setup.nr_frames = 1; in xc_dom_gnttab_setup()
238 set_xen_guest_handle(setup.frame_list, gmfnp); in xc_dom_gnttab_setup()
239 setup.status = 0; in xc_dom_gnttab_setup()
241 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), 1); in xc_dom_gnttab_setup()
245 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup()
250 __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
146 int (*setup)(struct xc_sr_context *ctx); member
/xen/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/tools/pygrub/
A Dsetup.py1 from distutils.core import setup, Extension
19 setup(name='pygrub',
A DMakefile13 CC="$(CC)" CFLAGS="$(PY_CFLAGS)" LDFLAGS="$(PY_LDFLAGS)" $(PYTHON) setup.py build
19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
/xen/xen/arch/x86/guest/
A Dhypervisor.c53 if ( ops.setup ) in hypervisor_setup()
54 ops.setup(); in hypervisor_setup()
/xen/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/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/tools/hotplug/Linux/
A DMakefile10 XEN_SCRIPTS += vif-setup
11 XEN_SCRIPTS-$(CONFIG_LIBNL) += remus-netbuf-setup
21 XEN_SCRIPTS += colo-proxy-setup
/xen/xen/arch/x86/guest/hyperv/
A Dhyperv.c178 static void __init setup(void) in setup() function
224 .setup = setup,
/xen/docs/process/
A Dbranching-checklist.txt46 OSSTEST_CONFIG=production-config ./mg-branch-setup xen-$v-testing bisect
47 OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect
52 OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup xen-$v-testing bisect
53 OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup qemu-upstream-$v-testing bisect
/xen/xen/arch/x86/guest/xen/
A Dxen.c240 static void __init setup(void) in setup() function
334 .setup = setup,
/xen/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,
/xen/xen/include/asm-x86/guest/
A Dhypervisor.h30 void (*setup)(void); member
/xen/tools/flask/policy/modules/
A Dxen.if5 # Domain creation and setup
9 allow $1 $2:grant { query setup };
60 allow $1 $2:grant setup;
204 …allow $1 $2:resource { setup stat_device add_device add_irq add_iomem add_ioport remove_device rem…
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst75 perform mode-specific or vendor-specific setup.
107 and allows hypercalls to be issued with no additional setup.
124 32bit ABI. Such a setup is not expected in production scenarios.
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst138 targets += setup setup.o bootsect bootsect.o
139 $(obj)/setup $(obj)/bootsect: %: %.o FORCE
148 frees us from listing the setup.o and bootsect.o files.
/xen/tools/examples/
A Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
/xen/docs/man/
A Dxl.conf.5.pod134 Configures the default script used by Remus to setup network buffering.
136 Default: C</etc/xen/scripts/remus-netbuf-setup>
140 Configures the default script used by COLO to setup colo-proxy.
142 Default: C</etc/xen/scripts/colo-proxy-setup>
/xen/xen/include/asm-x86/
A Diommu.h83 int (*setup)(void); member
/xen/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/tools/tests/depriv/
A Ddepriv-fd-checker.c368 void (*setup)(void); /* best not best not */ member
396 cli->setup(); in main()

Completed in 25 milliseconds

1234