Home
last modified time | relevance | path

Searched refs:S_TO_NS (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c36 #define S_TO_NS 1000000000ULL /* 1s = 10^9 ns */ macro
646 h->stime_freq = S_TO_NS; in hpet_set()
648 h->hpet_to_ns_scale = ((S_TO_NS * STIME_PER_HPET_TICK) << 10) / h->stime_freq; in hpet_set()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c58 #define S_TO_NS 1000000000ULL /* 1s = 10^9 ns */ macro
279 idx, delta, period, (uint64_t)(S_TO_NS / period), in create_periodic_time()
280 (int)((S_TO_NS / (period / 100ULL)) % 100), irq); in create_periodic_time()

Completed in 6 milliseconds