| /xen/xen/common/sched/ |
| A D | arinc653.c | 98 s_time_t runtime; member 250 if ( schedule->sched_entries[i].runtime <= 0 ) in arinc653_sched_set() 254 total_runtime += schedule->sched_entries[i].runtime; in arinc653_sched_set() 274 sched_priv->schedule[i].runtime = in arinc653_sched_set() 275 schedule->sched_entries[i].runtime; in arinc653_sched_set() 324 schedule->sched_entries[i].runtime = sched_priv->schedule[i].runtime; in arinc653_sched_get() 415 sched_priv->schedule[entry].runtime = DEFAULT_TIMESLICE; in a653sched_alloc_udata() 533 next_switch_time = now + sched_priv->schedule[0].runtime; in a653sched_do_schedule() 542 next_switch_time += sched_priv->schedule[sched_index].runtime; in a653sched_do_schedule()
|
| A D | credit.c | 1855 s_time_t runtime, tslice; in csched_schedule() local 1875 runtime = now - unit->state_entry_time; in csched_schedule() 1876 if ( runtime < 0 ) /* Does this ever happen? */ in csched_schedule() 1877 runtime = 0; in csched_schedule() 1917 && runtime < prv->ratelimit ) in csched_schedule() 1928 tslice = prv->ratelimit - runtime; in csched_schedule() 1929 if ( unlikely(runtime < CSCHED_MIN_TIMER) ) in csched_schedule() 1935 uint32_t runtime; in csched_schedule() member 1939 .runtime = runtime, in csched_schedule()
|
| /xen/docs/misra/ |
| A D | index.rst | 15 C-runtime-failures
|
| A D | C-runtime-failures.rst | 60 The amount of dynamically allocated objects is limited at runtime in 93 configurations its usage is very limited at runtime (it is "almost" only used
|
| /xen/xen/common/efi/ |
| A D | efi-common.mk | 1 EFIOBJ-y := boot.init.o pe.init.o ebmalloc.o runtime.o
|
| /xen/docs/misc/arm/ |
| A D | silicon-errata.txt | 31 and patched in at runtime when an affected CPU is detected. Note that 32 runtime patching is only supported on ARM64. For less-intrusive workarounds,
|
| /xen/docs/admin-guide/ |
| A D | microcode-loading.rst | 115 applied at runtime. 118 that runtime microcode loading is risk-free. Any runtime microcode loading 122 The ``xen-ucode`` utility can be used to initiate a runtime microcode load::
|
| /xen/m4/ |
| A D | xenstored.m4 | 3 …dependencies for oxenstored, try installing ocaml ocaml-compiler-libs ocaml-runtime ocaml-findlib])
|
| A D | paths.m4 | 63 [Name of subdirectory in /etc to store runtime options for runlevel 97 [Path to directory for runtime data. [LOCALSTATEDIR/run]]),
|
| /xen/xen/common/ |
| A D | Kconfig | 36 runtime performance cost. 222 they act upon. Note the build time value can be overridden at runtime 235 result in some features not being available, e.g. runtime parameter 274 Call EFI SetVirtualAddressMap() runtime service to setup memory map for 275 further runtime services. According to UEFI spec, it isn't strictly 406 Argo is disabled at runtime by default.
|
| /xen/automation/tests-artifacts/alpine/ |
| A D | 3.18.dockerfile | 15 # xen runtime deps
|
| A D | 3.18-arm64v8.dockerfile | 15 # xen runtime deps
|
| /xen/docs/features/ |
| A D | feature-levelling.pandoc | 116 allows runtime logic to be simplified, by being able to rely on testing only 120 To speed up runtime calculation of feature dependencies, the dependency chain 123 `xen/include/public/arch-x86/cpufeatureset.h`, allowing the runtime code to
|
| A D | intel_psr_mba.pandoc | 129 System administrators can change PSR allocation policy at runtime by 164 Show system/domain runtime MBA throttling value. For linear mode,
|
| /xen/docs/misc/arm/device-tree/ |
| A D | guest.txt | 63 together with a set of UEFI runtime services implemented via hypercalls, see
|
| /xen/docs/misc/ |
| A D | hypfs-paths.pandoc | 121 (boot/runtime parameters) 196 A directory of runtime parameters.
|
| A D | xen-command-line.pandoc | 448 > Can be modified at runtime 478 > Can be modified at runtime 617 > Can be modified at runtime 1153 This boolean may be modified at runtime using `xl set-parameters 1273 > Can be modified at runtime 1286 > Can be modified at runtime 1318 > Can be modified at runtime 1728 > Can be modified at runtime 2323 plus the free memory slack given to the shim for runtime allocations. 2371 > `= List of [ ssbd=force-disable|runtime|force-enable ]` [all …]
|
| /xen/ |
| A D | INSTALL | 86 If the tools are configured with a non-standard --prefix the runtime 172 Per default some parts of the tools code will print additional runtime 196 Per default some parts of the tools code will print additional runtime
|
| A D | README | 179 Various tools, such as pygrub, have the following runtime dependencies:
|
| A D | .gitignore | 267 xen/arch/*/efi/runtime.c
|
| /xen/docs/hypervisor-guide/x86/ |
| A D | how-xen-boots.rst | 34 runtime calls, or full EFI support is included.
|
| /xen/xen/ |
| A D | Kconfig.debug | 104 snippets so that undefined behaviours in C are detected during runtime.
|
| /xen/docs/man/ |
| A D | xen-pv-channel.7.pod | 74 At runtime, when a cloud tenant requests that a VM is created from the template,
|
| /xen/xen/include/public/ |
| A D | sysctl.h | 745 uint64_aligned_t runtime; member
|
| /xen/tools/xentrace/ |
| A D | xenalyze.c | 1333 struct cycle_summary runtime[GUEST_INTERRUPT_CASE_MAX]; member 5378 print_cycle_summary(h->summary.guest_interrupt[i].runtime+j, desc); in hvm_summary() 7187 … update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ALONE], in sched_runstate_process() 7189 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ANY], in sched_runstate_process() 7192 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_INTERRUPT_TO_HALT], in sched_runstate_process() 7600 unsigned int domid, vcpuid, runtime; in sched_process() member 7605 r->runtime / 1000, r->runtime % 1000); in sched_process() 7742 unsigned int runtime; in sched_process() member 7747 r->runtime / 1000, r->runtime % 1000); in sched_process() 7984 unsigned int runtime; in sched_process() member [all …]
|