Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 69) sorted by relevance

123

/xen/xen/arch/x86/mm/
A Dp2m-pod.c122 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 Dglossary.rst21 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 Dxen-pci-device-reservations.7.pod77 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 Dxlcpupool.cfg.5.pod25 A string, surrounded by either single or double quotes.
52 single host must be unique.
A Dxen-vtpmmgr.7.pod27 =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 DKconfig11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
/xen/docs/misc/
A Dxen-error-handling.txt8 error, even if the scope of that error affects only a single
38 handler was only registered for single-byte accesses).
A Dkconfig-macro-language.rst56 $( ). 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 Dkconfig-language.rst32 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 Damd-ucode-container.txt17 * There is one single file (container file) containing all microcode patches
/xen/docs/designs/
A Dargo.pandoc99 ### 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 DREADME32 - 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 Dguest_features.te6 # to register single-sender (unicast) rings to partner with any domain;
/xen/tools/pygrub/examples/
A Dfedora-16-with-xen.grub261 …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 Ddebian-wheezy-hvm.grub282 … linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=f395d5a0-4612-4872-806c-33cd37c152f0 ro single
/xen/xen/common/sched/
A DKconfig29 The ARINC653 scheduler is a hard real-time scheduler for single
/xen/docs/features/
A Dqemu-deprivilege.pandoc47 contiguous block of UIDs, and create a single user named
62 interpreted by such systems as a single container ID.
A Dfeature-levelling.pandoc47 for use in host or domain configurations. (`xl` being a single-host
117 the single appropriate feature, rather than the entire feature dependency
A Dmigration.pandoc89 In general, testing can be done on a single host using `xl
/xen/docs/misc/arm/
A Dearly-printk.txt7 Note that selecting this option will limit Xen to a single UART definition.
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c310 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 DCODING_STYLE70 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 DCODING_STYLE119 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 DCODING_STYLE86 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 Dhow-xen-boots.rst64 ``xen-syms``, then repackaging the result as an ELF32 object with a single

Completed in 20 milliseconds

123