Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 57) sorted by relevance

123

/xen/tools/libxc/
A Dxc_dom_elfloader.c57 uint64_t machine = elf_uval(elf, elf->ehdr, e_machine); in xc_dom_guest_type() local
70 switch ( machine ) in xc_dom_guest_type()
91 __FUNCTION__, machine); in xc_dom_guest_type()
/xen/tools/tests/mce-test/tools/
A DREADME5 MCE injection mechanism. It allows to inject machine check errors on the
7 validation of the Xen machine check handler.
/xen/xen/arch/arm/platforms/
A DKconfig16 bool "QEMU aarch virt machine support"
22 machine.
/xen/stubdom/
A Dnewlib.patch137 Index: newlib/libc/machine/x86_64/memcpy.S
139 RCS file: /cvs/src/src/newlib/libc/machine/x86_64/memcpy.S,v
142 --- newlib/libc/machine/x86_64/memcpy.S 28 Aug 2007 21:56:49 -0000 1.1
143 +++ newlib/libc/machine/x86_64/memcpy.S 8 Nov 2007 16:32:44 -0000
183 +++ newlib/libc/machine/x86_64/x86_64mach.h 2008-07-11 14:58:01.262503000 +0100
342 +++ newlib/libc/machine/x86_64/memcpy.S 2008-07-11 15:12:29.448706000 +0100
389 --- newlib/libc/machine/i386/i386mach.h 2000-08-28 18:50:06.000000000 +0100
390 +++ newlib/libc/machine/i386/i386mach.h 2008-07-11 15:17:13.874409000 +0100
478 --- newlib/libc/machine/x86_64/memset.S 2007-08-28 22:56:49.000000000 +0100
479 +++ newlib/libc/machine/x86_64/memset.S 2008-07-11 15:16:59.098320000 +0100
[all …]
A Dpciutils.patch293 +#include <machine/endian.h>
/xen/docs/man/
A Dxen-tscmode.7.pod166 machine as "TSC-sensitive"; apps that don't use TSC, or do use
173 transported to an entirely different physical machine. While TSC
174 may be "safe" on one machine, it is essentially impossible to precisely
180 machine to a 1.5GHz machine, attempts by an OS/app to measure time
206 hardware on which the virtual machine is launched. If it is
208 will be emulated. Once a virtual machine is save/restored or migrated,
210 physical machine and target physical machine have the same TSC frequency
213 will be the TSC frequency of the initial physical machine, even after
218 be the TSC frequency of the initial physical machine, even after migration.
253 on a physical machine with "TSC Invariant", Linux 2.6.30+ will safely
A Dxen-vtpm.7.pod110 the entire lifetime of the machine. This domain regulates
131 You must have an x86 machine with a TPM on the motherboard. The only extra
181 virtual machine and requires a config file. The manager requires a disk image
305 machine. The key used to encrypt the data along with a hash of the vTPM's data
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in39 # as is: It should contain the target IP address of the physical machine
41 # you don't want to try virtual machine relocation on shutdown.
121 # stall forever, which will prevent a successful shutdown of the machine.
130 # of a 1GB machine over Gigabit ethernet may actually take something like
132 # Depending on the virtual machine, a shutdown may also require a significant
/xen/docs/misc/arm/
A Dbooting.txt12 Xen does not require the machine type to be passed in r1. This
13 register is ignored (so may be invalid or the actual machine type).
/xen/docs/
A Dglossary.rst21 A guest is a single, end user, virtual machine.
36 machine which is the "useful output" of running the system in the first
/xen/
A Dconfig.guess185 armeb) machine=armeb-unknown ;;
186 arm*) machine=arm-unknown ;;
187 sh3el) machine=shl-unknown ;;
188 sh3eb) machine=sh-unknown ;;
189 sh5el) machine=sh5le-unknown ;;
193 machine="${arch}${endian}"-unknown
195 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
242 echo "$machine-${os}${release}${abi-}"
A DREADME122 This will create and install onto the local machine. It will build
138 right things for your local machine (installing the appropriate
141 to another machine and install from that distribution.
A DSUPPORT.md148 Output of information in machine-parseable JSON format
269 by maintaining multiple physical to machine (p2m) memory mappings.
810 This file contains prose, and machine-readable fragments.
811 The data in a machine-readable fragment relate to
815 The machine-readable fragments are markdown literals
A Dconfigure1275 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1277 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1445 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
/xen/xen/common/libelf/
A Dlibelf-dominfo.c368 unsigned machine = elf_uval(elf, elf->ehdr, e_machine); in elf_xen_note_check() local
369 if ( (machine == EM_386) || (machine == EM_X86_64) ) in elf_xen_note_check()
/xen/docs/features/
A Dsched_credit2.pandoc67 * create a few virtual machine and verify that they boot and can
76 * move a virtual machine inside and outside a Credit2 cpupool.
A Dmigration.pandoc17 Migration is a mechanism to move a virtual machine while the VM is
18 running. Live migration moves a running virtual machine between two
A Dsched_credit.pandoc72 * create a few virtual machine and verify that they boot and can
A Dsched_rtds.pandoc19 **deterministic** scheduling of the virtual machine's vCPUs. It has
/xen/docs/admin-guide/
A Dintroduction.rst14 machine which, by default, is granted full permissions [1]_. A typical setup
/xen/xen/arch/x86/pv/
A Ddom0_build.c291 int i, rc, compatible, order, machine; in dom0_construct_pv() local
361 machine = elf_uval(&elf, elf.ehdr, e_machine); in dom0_construct_pv()
365 if ( elf_32bit(&elf) && parms.pae && machine == EM_386 ) in dom0_construct_pv()
375 if (elf_64bit(&elf) && machine == EM_X86_64) in dom0_construct_pv()
/xen/docs/misc/
A Damd-ucode-container.txt59 Note: initrd-<val> could be different on your machine. Substitute accordingly
A Dpvcalls.pandoc14 First virtual machine that boots. In most configurations Dom0 is
20 Regular unprivileged Xen virtual machine.
24 A Xen virtual machine. Dom0 and all DomUs are all separate Xen
29 Same as domain: a Xen virtual machine.
94 not require machine emulation: all properties that make them a good fit
138 log2n(machine pages), e.g. 1 = 2 pages, 2 == 4 pages, etc. It must
A Dgrant-tables.txt55 sha->frame : machine frame being granted
64 act->frame : machine frame being granted
/xen/tools/debugger/kdd/
A Dkdd.h206 uint16_t machine; /* OUT: Machine type */ member

Completed in 36 milliseconds

123