/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 | 1825 s_time_t runtime, tslice; in csched_schedule() local 1848 runtime = now - unit->state_entry_time; in csched_schedule() 1849 if ( runtime < 0 ) /* Does this ever happen? */ in csched_schedule() 1850 runtime = 0; in csched_schedule() 1890 && runtime < prv->ratelimit ) in csched_schedule() 1901 tslice = prv->ratelimit - runtime; in csched_schedule() 1902 if ( unlikely(runtime < CSCHED_MIN_TIMER) ) in csched_schedule() 1908 unsigned runtime; in csched_schedule() member 1912 d.runtime = runtime; in csched_schedule()
|
/xen/xen/arch/arm/efi/ |
A D | Makefile | 3 obj-y += boot.init.o runtime.o
|
/xen/tools/tests/ |
A D | run_tests.sh | 46 (cd regression && make -j4 runtime-environment)
|
/xen/xen/arch/x86/efi/ |
A D | Makefile | 11 EFIOBJ := boot.init.o compat.o runtime.o
|
/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/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/xen/arch/x86/ |
A D | Makefile | 123 prelink-efi_lto.o: $(ALL_OBJS) efi/runtime.o efi/compat.o 136 prelink-efi.o: $(filter-out %/efi/built_in.o,$(ALL_OBJS)) efi/boot.init.o efi/runtime.o efi/compat.… 228 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o efi/relocs-dummy.o: $(BASEDIR)/arch/x86/ef… 229 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o efi/relocs-dummy.o: ;
|
/xen/tools/libxc/ |
A D | xc_efi.h | 152 efi_runtime_services_t *runtime; member
|
/xen/m4/ |
A D | paths.m4 | 56 [Name of subdirectory in /etc to store runtime options for runlevel 81 [Path to directory for runtime data. [LOCALSTATEDIR/run]]),
|
A D | xenstored.m4 | 3 …dependencies for oxenstored, try installing ocaml ocaml-compiler-libs ocaml-runtime ocaml-findlib])
|
/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/xen/common/ |
A D | Kconfig | 126 result in some features not being available, e.g. runtime parameter 156 Call EFI SetVirtualAddressMap() runtime service to setup memory map for 157 further runtime services. According to UEFI spec, it isn't strictly 289 Argo is disabled at runtime by default.
|
/xen/docs/misc/arm/device-tree/ |
A D | guest.txt | 59 together with a set of UEFI runtime services implemented via hypercalls, see
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 121 (boot/runtime parameters) 180 A directory of runtime parameters.
|
A D | xen-command-line.pandoc | 433 > Can be modified at runtime 463 > Can be modified at runtime 615 Domains subject to a cap receive a replenishment of their runtime budget 1002 This boolean may be modified at runtime using `xl set-parameters 1109 > Can be modified at runtime 1122 > Can be modified at runtime 1154 > Can be modified at runtime 1454 > Can be modified at runtime 1998 plus the free memory slack given to the shim for runtime allocations. 2046 > `= List of [ ssbd=force-disable|runtime|force-enable ]` [all …]
|
/xen/xen/ |
A D | Kconfig.debug | 112 snippets so that undefined behaviours in C are detected during runtime.
|
A D | Makefile | 358 [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\
|
/xen/ |
A D | INSTALL | 86 If the tools are configured with a non-standard --prefix the runtime 178 Per default some parts of the tools code will print additional runtime 202 Per default some parts of the tools code will print additional runtime
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 34 runtime calls, or full EFI support is included.
|
/xen/tools/xentrace/ |
A D | formats | 35 …%(cpu)d %(tsc)d (+%(reltsc)8d) switch_infprev [ dom:vcpu = 0x%(1)04x%(2)04x, runtime = %(3)d ] 38 …%(tsc)d (+%(reltsc)8d) switch_infcont [ dom:vcpu = 0x%(1)04x%(2)04x, runtime = %(3)d, r_time =… 49 … CPU%(cpu)d %(tsc)d (+%(reltsc)8d) csched:ratelimit [ dom:vcpu = 0x%(1)08x, runtime = %(2)d ] 72 …PU%(cpu)d %(tsc)d (+%(reltsc)8d) csched2:ratelimit [ dom:vcpu = 0x%(1)08x, runtime = %(2)d ]
|
A D | xenalyze.c | 1330 struct cycle_summary runtime[GUEST_INTERRUPT_CASE_MAX]; member 5334 print_cycle_summary(h->summary.guest_interrupt[i].runtime+j, desc); in hvm_summary() 7081 … update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ALONE], in sched_runstate_process() 7083 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ANY], in sched_runstate_process() 7086 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_INTERRUPT_TO_HALT], in sched_runstate_process() 7505 unsigned int domid, vcpuid, runtime; in sched_process() member 7510 r->runtime / 1000, r->runtime % 1000); in sched_process() 7647 unsigned int runtime; in sched_process() member 7652 r->runtime / 1000, r->runtime % 1000); in sched_process() 7889 unsigned int runtime; in sched_process() member [all …]
|
/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 | 623 uint64_aligned_t runtime; member
|