Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 13 of 13) sorted by relevance

/xen/xen/arch/x86/cpu/microcode/
A Dintel.c303 const struct microcode_patch *saved = NULL; in cpu_request_microcode() local
331 (!saved || (mc->rev > saved->rev)) ) in cpu_request_microcode()
332 saved = mc; in cpu_request_microcode()
338 if ( saved ) in cpu_request_microcode()
340 patch = xmemdup_bytes(saved, get_totalsize(saved)); in cpu_request_microcode()
A Damd.c298 const struct microcode_patch *saved = NULL; in cpu_request_microcode() local
364 (!saved || (compare_header(mc->patch, saved) == NEW_UCODE)) ) in cpu_request_microcode()
366 saved = mc->patch; in cpu_request_microcode()
384 if ( saved ) in cpu_request_microcode()
386 patch = xmemdup_bytes(saved, saved_size); in cpu_request_microcode()
/xen/xen/arch/x86/acpi/cpufreq/
A Dcpufreq.c271 struct perf_pair readin, cur, *saved; in get_measured_perf() local
285 saved = &per_cpu(gov_perf_pair, cpu); in get_measured_perf()
290 saved = &per_cpu(usr_perf_pair, cpu); in get_measured_perf()
304 cur.aperf.whole = readin.aperf.whole - saved->aperf.whole; in get_measured_perf()
305 cur.mperf.whole = readin.mperf.whole - saved->mperf.whole; in get_measured_perf()
306 saved->aperf.whole = readin.aperf.whole; in get_measured_perf()
307 saved->mperf.whole = readin.mperf.whole; in get_measured_perf()
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in73 # migrated, saved and/or shutdown according to the settings above, we
86 # This variable determines whether saved domains from XENDOMAINS_SAVE
99 # set: It will first restore saved domains and then only start domains
/xen/xen/arch/x86/acpi/
A Dpower.c107 static void device_power_up(enum dev_power_saved saved) in device_power_up() argument
109 switch ( saved ) in device_power_up()
/xen/xen/arch/x86/boot/
A Dwakeup.S101 # check saved magic again
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c344 unsigned long long *saved = (unsigned long long *) frs; in set_fixed_ranges() local
351 &changed, (unsigned int *) saved++); in set_fixed_ranges()
/xen/docs/man/
A Dxen-tscmode.7.pod100 whether or not the VM has been saved/restored/migrated
226 once per second in a guest, and the guest is saved when the TSC is 1000,
255 saved, restore this domain will fail.
A Dxl.1.pod.in192 Update the saved configuration for a running domain. This has no
686 later. Once saved, the domain will no longer be running on the
A Dxl.cfg.5.pod.in295 NUMA. Furthermore, guests with virtual NUMA cannot be saved or migrated
/xen/docs/designs/
A Dqemu-deprivilege.md172 ids (effective, real, and saved), it opens the 'killing' process up to
188 > match the real or saved set-user-ID of the receiving process.
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc169 xen_major The Xen major version when this image was saved.
171 xen_minor The Xen minor version when this image was saved.
/xen/docs/misc/
A Dxenstore-paths.pandoc259 value. The guest physical address of this region is saved in the

Completed in 17 milliseconds