Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/xen/
A Dsched-if.h231 #define for_each_affinity_balance_step(step) \ argument
232 for ( (step) = 0; (step) <= BALANCE_HARD_AFFINITY; (step)++ )
262 affinity_balance_cpumask(const struct vcpu *v, int step, cpumask_t *mask) in affinity_balance_cpumask() argument
264 if ( step == BALANCE_SOFT_AFFINITY ) in affinity_balance_cpumask()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c128 static void __init print_fixed(unsigned int base, unsigned int step, in print_fixed() argument
133 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed()
135 update_fixed_last(base, base + step, *types); in print_fixed()
139 last_fixed_end = base + step; in print_fixed()
144 update_fixed_last(base, base + step, *types); in print_fixed()
158 unsigned int base = 0, step = 0x10000; in print_mtrr_state() local
162 for (; block->ranges; ++block, step >>= 2) { in print_mtrr_state()
164 print_fixed(base, step, fr, level); in print_mtrr_state()
165 base += 8 * step; in print_mtrr_state()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dintercept.c119 int rc = X86EMUL_OKAY, i, step = p->df ? -p->size : p->size; in hvm_process_io_intercept() local
128 p->addr + step * i : in hvm_process_io_intercept()
137 switch ( hvm_copy_to_guest_phys(p->data + step * i, in hvm_process_io_intercept()
166 switch ( hvm_copy_from_guest_phys(&data, p->data + step * i, in hvm_process_io_intercept()
188 p->addr + step * i : in hvm_process_io_intercept()
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/
A DREADME14 $make (make install) --Note: make sure compile xen/tools before do this step
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A DREADME18 stub), not the XenLinux sources referred to in step 1.
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME202 type number you claimed in step (2). The second field is a string
211 should contain a reference to the struct tap_disk you created in step
214 4) Add a reference to your disk info structure (from step (3)) to the
216 corresponding to the device type number you claimed in step (2). So
227 your file. Use the same name you specified in the third field of step
243 Remember the forward declaration in step (1) of the setup phase above?
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/misc/
A Dhvm-emulated-unplug.markdown64 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.markdown11 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.markdown446 it requires every physical CPU to be lock-step with each other.
774 2. *XEN_SYSCTL_LIVEPATCH_GET* to check the `->rc`. If *-XEN_EAGAIN* spin. If zero go to next step.
/xen-4.10.0-shim-comet/tools/tests/mce-test/
A DREADME65 Note: make sure compile xen/tools before do this step
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c196 unsigned long step; in init_frametable_chunk() local
200 for ( ; s < e; s += step << PAGE_SHIFT ) in init_frametable_chunk()
202 step = 1UL << (cpu_has_page1gb && in init_frametable_chunk()
210 while ( step && s + (step << PAGE_SHIFT) > e + (4 << PAGE_SHIFT) ) in init_frametable_chunk()
211 step >>= PAGETABLE_ORDER; in init_frametable_chunk()
212 mfn = alloc_boot_pages(step, step); in init_frametable_chunk()
213 map_pages_to_xen(s, mfn_x(mfn), step, PAGE_HYPERVISOR); in init_frametable_chunk()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios210 " step is to try loading a kernel."
A D61btrfs.diff1480 + scroll-step: 1
3377 + scroll-step: 1
/xen-4.10.0-shim-comet/tools/libacpi/
A DCOPYING58 We protect your rights with a two-step method: (1) we copyright the
/xen-4.10.0-shim-comet/tools/libxc/
A DCOPYING57 We protect your rights with a two-step method: (1) we copyright the
/xen-4.10.0-shim-comet/xen/common/libelf/
A DCOPYING57 We protect your rights with a two-step method: (1) we copyright the
/xen-4.10.0-shim-comet/tools/xenstore/
A DCOPYING55 We protect your rights with a two-step method: (1) we copyright the
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/firmware/vgabios/
A DCOPYING48 We protect your rights with a two-step method: (1) we copyright the
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/
A DCOPYING50 We protect your rights with a two-step method: (1) we copyright the

Completed in 37 milliseconds