Home
last modified time | relevance | path

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

/xen/tools/hotplug/Linux/
A Dexternal-device-migrate34 -step <n> : n-th migration step
56 local step host domname typ recover filename func stype
60 -step) step=$2; shift; shift;;
71 if [ "$step" = "" -o \
90 eval $func $host $domname $step $*
93 eval $func $host $domname $step $*
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c163 static void __init print_fixed(unsigned int base, unsigned int step, in print_fixed() argument
168 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed()
170 update_fixed_last(base, base + step, *types); in print_fixed()
174 last_fixed_end = base + step; in print_fixed()
179 update_fixed_last(base, base + step, *types); in print_fixed()
193 unsigned int base = 0, step = 0x10000; in print_mtrr_state() local
197 for (; block->ranges; ++block, step >>= 2) { in print_mtrr_state()
199 print_fixed(base, step, fr, level); in print_mtrr_state()
200 base += 8 * step; in print_mtrr_state()
/xen/xen/arch/x86/hvm/
A Dintercept.c120 int rc = X86EMUL_OKAY, i, step = p->df ? -p->size : p->size; in hvm_process_io_intercept() local
129 p->addr + step * i : in hvm_process_io_intercept()
138 switch ( hvm_copy_to_guest_phys(p->data + step * i, in hvm_process_io_intercept()
171 switch ( hvm_copy_from_guest_phys(&data, p->data + step * i, in hvm_process_io_intercept()
196 p->addr + step * i : in hvm_process_io_intercept()
/xen/xen/common/sched/
A Dprivate.h551 #define for_each_affinity_balance_step(step) \ argument
552 for ( (step) = 0; (step) <= BALANCE_HARD_AFFINITY; (step)++ )
579 affinity_balance_cpumask(const struct sched_unit *unit, int step, in affinity_balance_cpumask() argument
582 if ( step == BALANCE_SOFT_AFFINITY ) in affinity_balance_cpumask()
/xen/tools/tests/mce-test/tools/
A DREADME14 $make (make install) --Note: make sure compile xen/tools before do this step
/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/xen/include/public/io/
A Dcameraif.h1165 int64_t step; member
/xen/docs/misc/
A Dhvm-emulated-unplug.pandoc64 readable, where `{build_number}` is the build number from step 4 as a
66 product number in step 3.
A Dnetif-staging-grants.pandoc220 27.3) Produce Tx response like step 21.1) and 21.2)
242 grefs with either linear or full packet. This allows us to replace step 27)
341 10) Sets up extra info (e.g. GSO descriptor) [optional] repeat step 8).
379 requests. These requests will then be used in step 1) and so forth.
392 This proposal aims at replacing step 4), 12) and 22) with memcpy if the
399 would need to aggregate as much as grant ops as possible (step 1) and could
A Dpv-drivers-lifecycle.pandoc11 The first step toward acceptance of a new PV protocol is to write a
A Dcrashdb.txt17 The next step depends on your individual setup. This is how to do it
A Dlivepatch.pandoc28 * quiescing zone - period when all CPUs are lock-step with each other.
578 it requires every physical CPU to be lock-step with each other.
916 2. *XEN_SYSCTL_LIVEPATCH_GET* to check the `->rc`. If *-XEN_EAGAIN* spin. If zero go to next step.
/xen/tools/tests/mce-test/
A DREADME65 Note: make sure compile xen/tools before do this step
/xen/xen/arch/x86/
A Dmm.c216 unsigned long step; in init_frametable_chunk() local
220 for ( ; s < e; s += step << PAGE_SHIFT ) in init_frametable_chunk()
222 step = 1UL << (cpu_has_page1gb && in init_frametable_chunk()
230 while ( step && s + (step << PAGE_SHIFT) > e + (4 << PAGE_SHIFT) ) in init_frametable_chunk()
231 step >>= PAGETABLE_ORDER; in init_frametable_chunk()
232 mfn = alloc_boot_pages(step, step); in init_frametable_chunk()
233 map_pages_to_xen(s, mfn, step, PAGE_HYPERVISOR); in init_frametable_chunk()
/xen/docs/designs/
A Dqemu-deprivilege.md94 (see [qemu-namespaces]). They preferred that this was done as a setup step by
/xen/stubdom/grub.patches/
A D99minios210 " step is to try loading a kernel."
A D61btrfs.diff1469 + scroll-step: 1
3366 + scroll-step: 1
/xen/tools/libxc/
A DCOPYING57 We protect your rights with a two-step method: (1) we copyright the
/xen/xen/common/libelf/
A DCOPYING57 We protect your rights with a two-step method: (1) we copyright the
/xen/tools/libacpi/
A DCOPYING58 We protect your rights with a two-step method: (1) we copyright the
/xen/tools/xenstore/
A DCOPYING55 We protect your rights with a two-step method: (1) we copyright the
/xen/tools/firmware/vgabios/
A DCOPYING48 We protect your rights with a two-step method: (1) we copyright the
/xen/tools/golang/xenlight/
A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/xen/tools/ocaml/
A DLICENSE44 We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you t…
/xen/tools/xenstat/libxenstat/
A DCOPYING50 We protect your rights with a two-step method: (1) we copyright the

Completed in 43 milliseconds