Home
last modified time | relevance | path

Searched refs:hpet_to_ns_scale (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c60 ~0ULL : (tick) * (h)->hpet_to_ns_scale) >> 10))
434 new_val = (MICROSECS(100) << 10) / h->hpet_to_ns_scale; in hpet_write()
648 h->hpet_to_ns_scale = ((S_TO_NS * STIME_PER_HPET_TICK) << 10) / h->stime_freq; in hpet_set()
649 h->hpet_to_ns_limit = ~0ULL / h->hpet_to_ns_scale; in hpet_set()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvpt.h93 uint64_t hpet_to_ns_scale; /* hpet ticks to ns (multiplied by 2^10) */ member
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h184 uint64_t hpet_to_ns_scale; /* hpet ticks to ns (multiplied by 2^10) */ member

Completed in 6 milliseconds