/xen/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 | 227 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 D | xc_sr_common.h | 63 int (*setup)(struct xc_sr_context *ctx); member 146 int (*setup)(struct xc_sr_context *ctx); member
|
/xen/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/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)" LDFLAGS="$(PY_LDFLAGS)" $(PYTHON) setup.py build 19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
/xen/xen/arch/x86/guest/ |
A D | hypervisor.c | 53 if ( ops.setup ) in hypervisor_setup() 54 ops.setup(); in hypervisor_setup()
|
/xen/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/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/tools/hotplug/Linux/ |
A D | Makefile | 10 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 D | hyperv.c | 178 static void __init setup(void) in setup() function 224 .setup = setup,
|
/xen/docs/process/ |
A D | branching-checklist.txt | 46 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 D | xen.c | 240 static void __init setup(void) in setup() function 334 .setup = setup,
|
/xen/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,
|
/xen/xen/include/asm-x86/guest/ |
A D | hypervisor.h | 30 void (*setup)(void); member
|
/xen/tools/flask/policy/modules/ |
A D | xen.if | 5 # 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 D | hypercall-abi.rst | 75 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 D | makefiles.rst | 138 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 D | cpupool | 2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 134 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 D | iommu.h | 83 int (*setup)(void); member
|
/xen/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/tools/tests/depriv/ |
A D | depriv-fd-checker.c | 368 void (*setup)(void); /* best not best not */ member 396 cli->setup(); in main()
|