Searched refs:mc64 (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | main.c | 213 (unsigned long long) h.mc64, in dump_hpet() 214 (unsigned long long) h.mc64); in dump_hpet() 261 dom1.arch.hvm_domain.pl_time.vhpet.hpet.mc64, in create_periodic_time() 635 if (hpet0.mc64 != hpet1.mc64) in main() 637 __func__, __LINE__, hpet0.mc64, hpet1.mc64); in main() 643 if (hpet1.mc64 != hpet2.mc64) in main() 645 __func__, __LINE__, hpet1.mc64, hpet2.mc64); in main() 666 if (hpet0.mc64 != hpet1.mc64) in main() 668 __func__, __LINE__, hpet0.mc64, hpet1.mc64); in main() 674 if (hpet1.mc64 != hpet2.mc64) in main() [all …]
|
A D | emul.h | 164 uint64_t mc64; /* main counter */ member 283 uint64_t mc64; /* main counter */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hpet.c | 83 return h->hpet.mc64; in hpet_read_maincounter() 342 h->mc_offset = h->hpet.mc64 - guest_time; in hpet_write() 356 h->hpet.mc64 = h->mc_offset + guest_time; in hpet_write() 364 h->hpet.mc64 = new_val; in hpet_write() 528 hp->hpet.mc64 = hp->mc_offset + guest_time; in hpet_save() 541 C(mc64); in hpet_save() 601 C(mc64); in hpet_load() 622 hp->mc_offset = hp->hpet.mc64 - guest_time; in hpet_load()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vpt.h | 78 uint64_t mc64; /* main counter */ member
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/ |
A D | save.h | 521 uint64_t mc64; /* main counter */ member
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-hvmctx.c | 331 (unsigned long long) h.mc64); in dump_hpet()
|
Completed in 17 milliseconds