Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dtime.h60 uint32_t gtsc_khz, uint32_t incarnation);
63 uint32_t *gtsc_khz, uint32_t *incarnation);
A Ddomain.h386 uint32_t incarnation; /* incremented every restore or live migrate member
/xen/tools/libxc/
A Dxc_sr_common_x86.c14 &tsc.nsec, &tsc.khz, &tsc.incarnation) < 0 ) in write_x86_tsc_info()
36 tsc->nsec, tsc->khz, tsc->incarnation) ) in handle_x86_tsc_info()
A Dxc_sr_stream_format.h123 uint32_t incarnation; member
A Dxc_domain.c833 uint32_t incarnation) in xc_domain_set_tsc_info() argument
841 domctl.u.tsc_info.incarnation = incarnation; in xc_domain_set_tsc_info()
850 uint32_t *incarnation) in xc_domain_get_tsc_info() argument
863 *incarnation = domctl.u.tsc_info.incarnation; in xc_domain_get_tsc_info()
/xen/xen/arch/x86/
A Dtime.c2339 uint32_t *incarnation) in tsc_get_info() argument
2344 *incarnation = d->arch.incarnation; in tsc_get_info()
2382 uint32_t gtsc_khz, uint32_t incarnation) in tsc_set_info() argument
2426 d->arch.incarnation = incarnation + 1; in tsc_set_info()
2434 if ( d->vcpu && d->vcpu[0] && incarnation == 0 ) in tsc_set_info()
2490 if ( d->arch.incarnation ) in dump_softtsc()
2491 printk(",inc=%"PRIu32, d->arch.incarnation); in dump_softtsc()
A Ddomctl.c905 &domctl->u.tsc_info.incarnation); in arch_do_domctl()
920 domctl->u.tsc_info.incarnation); in arch_do_domctl()
A Dtraps.c1006 res->d = d->arch.incarnation; in cpuid_hypervisor_leaves()
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1648 uint32_t incarnation; in copy_tsc() local
1651 tsc_get_info(d, &tsc_mode, &elapsed_nsec, &gtsc_khz, &incarnation); in copy_tsc()
1653 tsc_set_info(cd, tsc_mode, elapsed_nsec, gtsc_khz, incarnation - 1); in copy_tsc()
/xen/xen/include/public/
A Ddomctl.h745 uint32_t incarnation; member
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc471 | incarnation | (reserved) |
483 incarnation Incarnation.
/xen/tools/libxc/include/
A Dxenctrl.h1345 uint32_t incarnation);
1352 uint32_t *incarnation);
/xen/docs/man/
A Dxl-numa-placement.7.pod188 nodes of an host is an incarnation of the Bin Packing Problem. In fact,

Completed in 33 milliseconds