Home
last modified time | relevance | path

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

12

/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/docs/misra/
A Dxen-static-analysis.rst48 3. As final step every <file>.safparse file are reverted back as <file> and
50 This step is performed even in case any of the previous step fail, to skip
51 this step, call the script adding the --no-clean argument, but before
53 execute only this cleaning step.
77 1. This step is the same as step 1 for Coverity/Eclair.
90 5. This step is the same as step 3 for Coverity/Eclair.
/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.c114 int rc = X86EMUL_OKAY, i, step = p->df ? -p->size : p->size; in hvm_process_io_intercept() local
123 p->addr + step * i : in hvm_process_io_intercept()
132 switch ( hvm_copy_to_guest_phys(p->data + step * i, in hvm_process_io_intercept()
165 switch ( hvm_copy_from_guest_phys(&data, p->data + step * i, in hvm_process_io_intercept()
190 p->addr + step * i : in hvm_process_io_intercept()
/xen/xen/common/sched/
A Dprivate.h592 #define for_each_affinity_balance_step(step) \ argument
593 for ( (step) = 0; (step) <= BALANCE_HARD_AFFINITY; (step)++ )
620 affinity_balance_cpumask(const struct sched_unit *unit, int step, in affinity_balance_cpumask() argument
623 if ( step == BALANCE_SOFT_AFFINITY ) in affinity_balance_cpumask()
/xen/xen/common/zstd/
A Dfse_decompress.c128 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_wksp() local
134 position = (position + step) & tableMask; in FSE_buildDTable_wksp()
136 position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_wksp()
/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.h1148 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/automation/build/yocto/
A Dyocto.dockerfile.in104 # This step can take one to several hours depending on your download bandwith
/xen/xen/drivers/passthrough/arm/
A Dsmmu-v3.c1228 __le64 *step; in arm_smmu_get_step_for_sid() local
1239 step = &l1_desc->l2ptr[idx]; in arm_smmu_get_step_for_sid()
1242 step = &cfg->strtab[sid * STRTAB_STE_DWORDS]; in arm_smmu_get_step_for_sid()
1245 return step; in arm_smmu_get_step_for_sid()
1255 __le64 *step = arm_smmu_get_step_for_sid(smmu, sid); in arm_smmu_install_ste_for_dev() local
1264 arm_smmu_write_strtab_ent(master, sid, step); in arm_smmu_install_ste_for_dev()
/xen/docs/designs/
A Dnested-svm-cpu-features.md3 The first step in making nested SVM production-ready is to make sure
A Dqemu-deprivilege.md94 (see [qemu-namespaces]). They preferred that this was done as a setup step by
/xen/xen/arch/x86/
A Dmm.c194 unsigned long step; in init_frametable_chunk() local
198 for ( ; s < e; s += step << PAGE_SHIFT ) in init_frametable_chunk()
200 step = 1UL << (cpu_has_page1gb && in init_frametable_chunk()
208 while ( step && s + (step << PAGE_SHIFT) > e + (4 << PAGE_SHIFT) ) in init_frametable_chunk()
209 step >>= PAGETABLE_ORDER; in init_frametable_chunk()
210 mfn = alloc_boot_pages(step, step); in init_frametable_chunk()
211 map_pages_to_xen(s, mfn, step, PAGE_HYPERVISOR); in init_frametable_chunk()
/xen/docs/designs/launch/
A Dhyperlaunch.rst409 memory image to run, including the kernel and ramdisk. A subsequent step
724 iii. Goto Boot Domain (step 6)
725 b. NO: Goto Launch Finalization (step 10)
737 ii. Goto Launch Finalization (step 9)
/xen/stubdom/grub.patches/
A D99minios210 " step is to try loading a kernel."
/xen/tools/libs/guest/
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/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/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

Completed in 105 milliseconds

12