Home
last modified time | relevance | path

Searched refs:hard (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_vcpu.c125 libxl_bitmap *soft = &cpumap_soft, *hard = &cpumap_hard; in main_vcpupin() local
186 hard = NULL; in main_vcpupin()
187 else if (parse_cpurange(hard_str, hard)) in main_vcpupin()
206 if (hard) in main_vcpupin()
207 print_bitmap(hard->map, nb_cpu, stdout); in main_vcpupin()
226 if (libxl_set_vcpuaffinity_force(ctx, domid, vcpuid, hard, soft)) { in main_vcpupin()
233 if (libxl_set_vcpuaffinity(ctx, domid, vcpuid, hard, soft)) { in main_vcpupin()
243 if (libxl_set_vcpuaffinity_all(ctx, domid, nb_vcpu, hard, soft)) in main_vcpupin()
/xen-4.10.0-shim-comet/tools/firmware/
A DMakefile92 $(GIT) reset --hard $(OVMF_UPSTREAM_REVISION); \
106 $(GIT) reset --hard $(SEABIOS_UPSTREAM_REVISION); \
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_sched.c26 libxl_bitmap hard, soft; in libxl__set_vcpuaffinity() local
29 libxl_bitmap_init(&hard); in libxl__set_vcpuaffinity()
42 rc = libxl_cpu_bitmap_alloc(ctx, &hard, 0); in libxl__set_vcpuaffinity()
46 libxl__bitmap_copy_best_effort(gc, &hard, cpumap_hard); in libxl__set_vcpuaffinity()
59 cpumap_hard ? hard.map : NULL, in libxl__set_vcpuaffinity()
73 !libxl_bitmap_equal(cpumap_hard, &hard, 0)) in libxl__set_vcpuaffinity()
91 libxl_bitmap_dispose(&hard); in libxl__set_vcpuaffinity()
A DCODING_STYLE151 simple as possible, because it can otherwise be very hard to see
A Dlibxl_types.idl903 ("cpumap", libxl_bitmap), # current hard cpu affinity
/xen-4.10.0-shim-comet/docs/man/
A Dxl-numa-placement.pod.736 unrelated with the vCPU (hard and soft, see below) scheduling affinity,
55 The simplest way of placing a domain on a NUMA node is setting the hard
80 Starting from Xen 4.5, credit1 supports two forms of affinity: hard and
83 less strict than what it (also starting from 4.5) is called hard affinity,
170 will be equal to the nodes to which the pCPUs present both in hard and
190 and the host nodes are the bins. As such problem is known to be NP-hard,
A Dxl.pod.1.in755 =item B<vcpu-pin> [I<-f|--force>] I<domain-id> I<vcpu> I<cpus hard> I<cpus soft>
757 Set hard and soft affinity for a I<vcpu> of <domain-id>. Normally VCPUs
766 The keyword B<all> can be used to apply the hard and soft affinity masks to
768 hard or soft affinity alone.
775 leaving its hard affinity untouched. On the other hand:
779 will set both hard and soft affinity, the former to pCPUs 3 and 4, the
A Dxl.cfg.pod.5.in195 (hard affinity). When using the credit scheduler, this means what CPUs
1487 are given, e.g. to boot from CD-ROM but fall back to the hard disk you can
1490 The default is B<cd>, meaning try booting from the hard disk first, but fall
1502 Specifies the hard disk type.
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dpartial.ml36 be hard to recover from without restarting the connection
/xen-4.10.0-shim-comet/tools/
A DMakefile164 $(GIT) reset --hard $(QEMU_TRADITIONAL_REVISION); \
210 $(GIT) reset --hard $(QEMU_UPSTREAM_REVISION); \
/xen-4.10.0-shim-comet/tools/fuzz/
A DREADME.afl59 NOTE: Please also note that the coverage instrumentation hard-codes
/xen-4.10.0-shim-comet/docs/misc/
A Dpv-drivers-lifecycle.markdown20 backward-incompatible changes, and so on; but these are not yet hard
/xen-4.10.0-shim-comet/
A DMakefile36 $(GIT) reset --hard $(MINIOS_UPSTREAM_REVISION); \
A DSUPPORT.md796 We will try very hard to avoid breaking backwards compatibility,
/xen-4.10.0-shim-comet/xen/common/
A DKconfig190 The ARINC653 scheduler is a hard real-time scheduler for single
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c9011 ;; INT 41h: hard disk 0 configuration pointer
9012 ;; INT 46h: hard disk 1 configuration pointer
9048 ;;; Filling EBDA table for hard disk 0.
9154 ;;; Done filling EBDA table for hard disk 0.
9158 ;; is there really a second hard disk? if not, return now
9190 ;;; Fill EBDA table for hard disk 1.
9300 ;;; Done filling EBDA table for hard disk 1.
11137 ; b7: 1=DMA channel 3 used by hard disk

Completed in 29 milliseconds