Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 24 of 24) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_disk.c15 dpc->spec); in xlu__disk_err()
19 static int dpc_prep(DiskParseContext *dpc, const char *spec) { in dpc_prep() argument
22 dpc->spec = spec; in dpc_prep()
27 dpc->buf = xlu__disk_yy_scan_bytes(spec, strlen(spec), dpc->scanner); in dpc_prep()
A Dlibxlu_disk_i.h14 const char *spec; member
A Dlibxl_dm.c85 SPEC_TYPE spec, \
104 r = NAME##_r(spec, resultbuf, buf, buf_size, &resultp); \
/xen/tools/xl/
A Dxl_parse.h26 void parse_disk_config(XLU_Config **config, const char *spec,
37 int parse_vsnd_item(libxl_device_vsnd *vsnd, const char *spec);
A Dxl_parse.c119 void parse_disk_config(XLU_Config **config, const char *spec, in parse_disk_config() argument
122 parse_disk_config_multistring(config, 1, &spec, disk); in parse_disk_config()
1014 int parse_vsnd_item(libxl_device_vsnd *vsnd, const char *spec) in parse_vsnd_item() argument
1016 char *buf = strdup(spec); in parse_vsnd_item()
/xen/tools/misc/
A Dmkrpm30 cat >rpm/SPECS/xen.spec <<EOF
71 rpmbuild --define "_xenroot $xenroot" --define "_topdir $PWD/rpm" -bb rpm/SPECS/xen.spec
/xen/docs/misc/
A Dpv-drivers-lifecycle.pandoc34 the spec. However, there are no promises about ABI and cross-platform
43 The quality of the drivers and the spec is improved. Bugs are fixed.
45 that the spec and the drivers are ready for production usage. Promises
A Dhypfs-paths.pandoc98 spec-store-bypass "Vulnerable" or "Not vulnerable"
103 spec-ctrl "No", "IBRS+" or "IBRS-"
109 msr-spec-ctrl "No" or "Yes"
114 msr-spec-ctrl "No" or "Yes"
A Dvtd.txt142 VT-d spec specifies that all conventional PCI devices behind a
A Dvtd-pi.txt123 http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.htm…
A Dxen-command-line.pandoc2045 ### spec-ctrl (Arm)
2063 ### spec-ctrl (x86)
2076 An overall boolean value, `spec-ctrl=no`, can be specified to turn off all
2082 Alternatively, a slightly more restricted `spec-ctrl=no-xen` can be used to
2215 opted in to with `smt=0 spec-ctrl=md-clear`, at which point TSX will remain
A Dnetif-staging-grants.pandoc172 16.3) Fail transmission if number of slots are bigger than spec defined
/xen/xen/arch/x86/boot/
A Dmem.S54 jnz 1f # CX/DX. The spec I have read
/xen/xen/drivers/passthrough/arm/
A Dipmmu-vmsa.c1193 const struct dt_phandle_args *spec) in ipmmu_dt_xlate() argument
1203 if ( spec->args_count != 1 || spec->args[0] >= IPMMU_UTLB_MAX ) in ipmmu_dt_xlate()
1206 ret = iommu_fwspec_add_ids(dev, spec->args, 1); in ipmmu_dt_xlate()
1214 return ipmmu_init_platform_device(dev, spec); in ipmmu_dt_xlate()
/xen/tools/firmware/etherboot/
A DREADME8 to give up, and for stricter DHCP spec compliance.
/xen/tools/xenmon/
A Dxenbaked.c172 struct timespec spec; in millis_to_timespec() local
174 spec.tv_sec = millis / 1000; in millis_to_timespec()
175 spec.tv_nsec = (millis % 1000) * 1000; in millis_to_timespec()
177 return spec; in millis_to_timespec()
/xen/docs/designs/
A Dxenstore-migration.md152 | conn-spec
175 | `conn-spec` | See below |
197 The format of `conn-spec` is dependent upon `conn-type`.
A Dqemu-deprivilege.md183 POSIX spec:
/xen/tools/firmware/vgabios/
A Dvbe_display_api.txt10 This document does not describe how the VBEBios implements the VBE2/3 spec.
11 This document does not describe how the Bochs display code will display gfx based upon this spec.
/xen/tools/libxc/
A DMakefile239 --define "_rpmdir$$PWD/staging" -bb rpm.spec
/xen/docs/man/
A Dxen-vtpmmgr.7.pod79 privacy CA data used to certify the AIK (see the TPM spec for details). Once the
149 The default is 0xfed40000, as defined by the TCG's PC Client spec.
A Dxl.1.pod.in1381 =item B<block-attach> I<domain-id> I<disc-spec-component(s)> ...
/xen/xen/arch/x86/
A DKconfig62 was deprecated and mostly removed in the AMD64 spec. As a result,
/xen/xen/common/
A DKconfig157 further runtime services. According to UEFI spec, it isn't strictly

Completed in 34 milliseconds