/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 122 page_list_add_tail(page, &p2m->pod.single); in p2m_pod_cache_add() 147 else if ( order == PAGE_ORDER_4K && page_list_empty(&p2m->pod.single) ) in p2m_pod_cache_get() 164 page_list_add_tail(q, &p2m->pod.single); in p2m_pod_cache_get() 176 BUG_ON( page_list_empty(&p2m->pod.single) ); in p2m_pod_cache_get() 177 p = page_list_remove_head(&p2m->pod.single); in p2m_pod_cache_get() 399 for ( i = 0; (page = page_list_remove_head(&p2m->pod.single)); ++i ) in p2m_pod_empty_cache() 440 page_list_add_tail(q, &p2m->pod.single); in p2m_pod_offline_or_broken_hit() 442 page_list_del(p, &p2m->pod.single); in p2m_pod_offline_or_broken_hit() 448 page_list_for_each_safe(q, tmp, &p2m->pod.single) in p2m_pod_offline_or_broken_hit() 453 page_list_del(p, &p2m->pod.single); in p2m_pod_offline_or_broken_hit() [all …]
|
/xen/docs/ |
A D | glossary.rst | 21 A guest is a single, end user, virtual machine. 28 single instance of Xen, used as the identifier in various APIs, and is
|
/xen/docs/man/ |
A D | xen-pci-device-reservations.7.pod | 77 size of the single MMIO BAR that the device exposes. This area may be 86 libxl provides support for creation of a single additional xen-pvdevice.
|
A D | xlcpupool.cfg.5.pod | 25 A string, surrounded by either single or double quotes. 52 single host must be unique.
|
A D | xen-vtpmmgr.7.pod | 27 =item 2. Provide a single controlled path of access to the physical TPM 55 which is used to sign lists of valid configurations. A single TPM manager can 57 a single SAA; this allows the creation of a multi-tenant environment where
|
/xen/xen/tools/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 8 error, even if the scope of that error affects only a single 38 handler was only registered for single-byte accesses).
|
A D | kconfig-macro-language.rst | 56 $( ). The parentheses are required even for single-letter variable names; $X is 109 The "shell" function accepts a single argument that is expanded and passed 117 The "info" function takes a single argument and prints it to stdout.
|
A D | kconfig-language.rst | 32 them. A single configuration option is defined like this:: 46 name, but every definition can have only a single input prompt and the 274 always surrounded by single or double quotes. Within the quote, any 404 While a boolean choice only allows a single config entry to be 406 to be set to 'm'. This can be used if multiple drivers for a single 407 hardware exists and only a single driver can be compiled/loaded into
|
A D | amd-ucode-container.txt | 17 * There is one single file (container file) containing all microcode patches
|
/xen/docs/designs/ |
A D | argo.pandoc | 99 ### State: Partner rings for which this domain is the single allowed sender 191 operations, acquiring a single read lock to enable access to all the argo 207 Argo operations around this single pointer write; this is the cost of using the 397 ### Why not have a single per-domain lock? 399 Due to performance isolation / DoS avoidance: if there is a single per-domain 403 throughput due to the contention on the single per-domain lock. The granular 412 The single global lock enables exclusive access to the argo data structures 435 Using the single global lock avoids the need for sequencing the acquisition of
|
/xen/tools/debugger/gdbsx/ |
A D | README | 32 - use gdb as normal, breakpoints, single step, etc... 39 o gdb>set scheduler-locking on : for single step of correct vcpu.
|
/xen/tools/flask/policy/modules/ |
A D | guest_features.te | 6 # to register single-sender (unicast) rings to partner with any domain;
|
/xen/tools/pygrub/examples/ |
A D | fedora-16-with-xen.grub2 | 61 …linux /vmlinuz-3.1.0-0.rc9.git0.0.fc16.x86_64 root=/dev/mapper/VolGroup-lv_root ro single rd.md=0 … 89 ….rc9.git0.0.fc16.x86_64 placeholder root=/dev/mapper/VolGroup-lv_root ro single rd.md=0 rd.dm=0 rd…
|
A D | debian-wheezy-hvm.grub2 | 82 … linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=f395d5a0-4612-4872-806c-33cd37c152f0 ro single
|
/xen/xen/common/sched/ |
A D | Kconfig | 29 The ARINC653 scheduler is a hard real-time scheduler for single
|
/xen/docs/features/ |
A D | qemu-deprivilege.pandoc | 47 contiguous block of UIDs, and create a single user named 62 interpreted by such systems as a single container ID.
|
A D | feature-levelling.pandoc | 47 for use in host or domain configurations. (`xl` being a single-host 117 the single appropriate feature, rather than the entire feature dependency
|
A D | migration.pandoc | 89 In general, testing can be done on a single host using `xl
|
/xen/docs/misc/arm/ |
A D | early-printk.txt | 7 Note that selecting this option will limit Xen to a single UART definition.
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 310 SIMD(3DNow! single, _3dnow, 8f4), 311 SIMD(SSE scalar single, sse, f4), 312 SIMD(SSE packed single, sse, 16f4), 313 SIMD(SSE2 scalar single, sse2, f4), 314 SIMD(SSE2 packed single, sse2, 16f4), 325 SIMD(SSE4 scalar single, sse4, f4), 326 SIMD(SSE4 packed single, sse4, 16f4), 337 SIMD(AVX scalar single, avx, f4), 338 SIMD(AVX 128bit single, avx, 16f4), 339 SIMD(AVX 256bit single, avx, 32f4), [all …]
|
/xen/tools/xl/ |
A D | CODING_STYLE | 70 The uses of the single-line formatting in the examples above are 159 Don't put multiple statements on a single line. 160 Don't put multiple assignments on a single line either.
|
/xen/tools/libxl/ |
A D | CODING_STYLE | 119 The uses of the single-line formatting in the examples above are 286 Don't put multiple statements on a single line. 287 Don't put multiple assignments on a single line either.
|
/xen/ |
A D | CODING_STYLE | 86 Braces should be omitted for blocks with a single statement. e.g., 109 letter. Comments containing a single sentence may end with a full
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 64 ``xen-syms``, then repackaging the result as an ELF32 object with a single
|