Searched refs:saved (Results 1 – 13 of 13) sorted by relevance
/xen/xen/arch/x86/cpu/microcode/ |
A D | intel.c | 303 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 D | amd.c | 298 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 D | cpufreq.c | 271 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 D | sysconfig.xendomains.in | 73 # 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 D | power.c | 107 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 D | wakeup.S | 101 # check saved magic again
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | generic.c | 344 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 D | xen-tscmode.7.pod | 100 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 D | xl.1.pod.in | 192 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 D | xl.cfg.5.pod.in | 295 NUMA. Furthermore, guests with virtual NUMA cannot be saved or migrated
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 172 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 D | libxc-migration-stream.pandoc | 169 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 D | xenstore-paths.pandoc | 259 value. The guest physical address of this region is saved in the
|
Completed in 17 milliseconds