Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dtime.h54 #define SYSTEM_TIME_HZ 1000000000ULL macro
/xen/xen/arch/x86/
A Demul-i8254.c69 PIT_FREQ, SYSTEM_TIME_HZ); in pit_get_count()
100 PIT_FREQ, SYSTEM_TIME_HZ); in pit_get_out()
182 period = DIV_ROUND(val * SYSTEM_TIME_HZ, PIT_FREQ); in pit_load_count()
/xen/xen/arch/x86/hvm/
A Dpmtimer.c357 s->scale = ((uint64_t)FREQUENCE_PMTIMER << 32) / SYSTEM_TIME_HZ; in pmtimer_init()

Completed in 5 milliseconds