Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 183) sorted by relevance

12345678

/xen/tools/tests/x86_emulator/
A Dpredicates.c26 #define REG(opc, more...) \ argument
27 { { (opc) | 0 }, more }, /* %?ax */ \
28 { { (opc) | 1 }, more }, /* %?cx */ \
29 { { (opc) | 2 }, more }, /* %?dx */ \
30 { { (opc) | 3 }, more }, /* %?bx */ \
31 { { (opc) | 4 }, more }, /* %?sp */ \
32 { { (opc) | 5 }, more }, /* %?bp */ \
33 { { (opc) | 6 }, more }, /* %?si */ \
34 { { (opc) | 7 }, more } /* %?di */
35 #define CND(opc, more...) \ argument
[all …]
/xen/xen/arch/arm/arm32/lib/
A Dmemzero.S65 tst r1, #16 @ 1 16 bytes or more?
110 4: tst r1, #8 @ 1 8 bytes or more?
112 tst r1, #4 @ 1 4 bytes or more?
118 5: tst r1, #2 @ 1 2 bytes or more?
A Dfindbit.S34 2: cmp r2, r1 @ any more?
75 2: cmp r2, r1 @ any more?
113 2: cmp r2, r1 @ any more?
147 2: cmp r2, r1 @ any more?
/xen/xen/common/
A DCOPYING3 See the main COPYING file in xen.git for more information.
7 For more information on the origin of these files and their
/xen/tools/ocaml/libs/xentoollog/
A Dxentoollog.mli.in13 * GNU Lesser General Public License for more details.
23 (** call back arguments. See xentoollog.h for more info.
/xen/tools/xl/
A Dxl_utils.c185 void string_realloc_append(char **accumulate, const char *more) in string_realloc_append() argument
191 size_t morelen = strlen(more) + 1/*nul*/; in string_realloc_append()
198 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
/xen/tools/console/testsuite/
A DREADME27 If it freezes, it probably means that console-domU is expecting more data from
29 timeouts in the future to handle this more gracefully.
/xen/xen/arch/arm/tee/
A DKconfig8 virtualization-enabled OP-TEE present. You can learn more
/xen/docs/misc/
A Dxen-error-handling.txt9 domain. BUG() is a more appropriate failure method for hypervisor
30 domain_crash() is more appropriate) or non-critical BIOS or hardware
31 errors (where retry or feature disable are more appropriate).
A Dxl-psr.pandoc16 For more detailed information please refer to Intel SDM chapter
34 Once monitoring is not needed any more, the domain can be detached from the
54 For more detailed information please refer to Intel SDM chapter
94 For more detailed information please refer to Intel SDM chapter
156 CDP allows the OS or Hypervisor to partition cache allocation in a more
162 For more detailed information please refer to Intel SDM chapter
219 For more detailed information please refer to Intel SDM chapter
/xen/xen/crypto/
A DREADME.source12 This file was developed by Ted Krovetz and Wei Dai (more details
/xen/xen/include/crypto/
A DREADME.source12 This file was developed by Ted Krovetz and Wei Dai (more details
/xen/tools/firmware/vgabios/
A DTODO5 - Fix init mode (ah=00). Should use more BIOS variables
/xen/xen/arch/x86/boot/
A Dbuild32.lds12 * GNU General Public License for more details.
48 * Please check build32.mk for more details.
/xen/tools/fuzz/
A DREADME.afl43 Please see AFL documentation for more information.
64 Please see afl-cov and/or gcov documentation for more information.
/xen/docs/misc/arm/device-tree/
A Dbooting.txt15 Optionally a more specific compatible string may be used in
22 It is normally recommended to include a more specific
26 Xen will assume that the first module which lacks a more
59 For compatibility with Xen 4.4 the more specific "xen,linux-*"
167 Under the "xen,domain" compatible node, one or more sub-nodes are present
/xen/docs/man/
A Dxenstore-read.1.pod11 Read values of one or more Xenstore I<PATH>s.
A Dxl-numa-placement.7.pod17 is quite more complex and slow. On these machines, a NUMA node is usually
26 For more information, have a look at the L<Xen NUMA Introduction|https://wiki.xenproject.org/wiki/X…
58 "cpus=" option in the config file (more about this below). Another option
206 two (or more) candidates span the same number of nodes,
213 better. In case the same number of vCPUs can run on two (or more)
228 there ensures a good balance of the overall host load. Finally, if more
231 small, and maximizes the probability of being able to put more domains
293 if it is requested on a host with more than 16 NUMA nodes.
/xen/tools/ocaml/xenstored/
A Dsystemd.ml12 * GNU Lesser General Public License for more details.
A Dsystemd.mli12 * GNU Lesser General Public License for more details.
/xen/tools/flask/policy/modules/
A DdomU.te17 # domains of other types, or add more make_device_model lines for this type.
/xen/tools/libacpi/
A Dssdt_s3.asl14 * GNU Lesser General Public License for more details.
A Dssdt_s4.asl14 * GNU Lesser General Public License for more details.
A Dssdt_tpm.asl14 * GNU Lesser General Public License for more details.
/xen/m4/
A Dpthread.m44 # the future if we make the test more sophisticated.

Completed in 20 milliseconds

12345678