/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 26 #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 D | memzero.S | 65 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 D | findbit.S | 34 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 D | COPYING | 3 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 D | xentoollog.mli.in | 13 * GNU Lesser General Public License for more details. 23 (** call back arguments. See xentoollog.h for more info.
|
/xen/tools/xl/ |
A D | xl_utils.c | 185 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 D | README | 27 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 D | Kconfig | 8 virtualization-enabled OP-TEE present. You can learn more
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 9 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 D | xl-psr.pandoc | 16 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 D | README.source | 12 This file was developed by Ted Krovetz and Wei Dai (more details
|
/xen/xen/include/crypto/ |
A D | README.source | 12 This file was developed by Ted Krovetz and Wei Dai (more details
|
/xen/tools/firmware/vgabios/ |
A D | TODO | 5 - Fix init mode (ah=00). Should use more BIOS variables
|
/xen/xen/arch/x86/boot/ |
A D | build32.lds | 12 * GNU General Public License for more details. 48 * Please check build32.mk for more details.
|
/xen/tools/fuzz/ |
A D | README.afl | 43 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 D | booting.txt | 15 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 D | xenstore-read.1.pod | 11 Read values of one or more Xenstore I<PATH>s.
|
A D | xl-numa-placement.7.pod | 17 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 D | systemd.ml | 12 * GNU Lesser General Public License for more details.
|
A D | systemd.mli | 12 * GNU Lesser General Public License for more details.
|
/xen/tools/flask/policy/modules/ |
A D | domU.te | 17 # domains of other types, or add more make_device_model lines for this type.
|
/xen/tools/libacpi/ |
A D | ssdt_s3.asl | 14 * GNU Lesser General Public License for more details.
|
A D | ssdt_s4.asl | 14 * GNU Lesser General Public License for more details.
|
A D | ssdt_tpm.asl | 14 * GNU Lesser General Public License for more details.
|
/xen/m4/ |
A D | pthread.m4 | 4 # the future if we make the test more sophisticated.
|