Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_timer.c71 static volatile struct eal_hpet_regs *eal_hpet = NULL; variable
96 t = (eal_hpet->counter_l >> 30); in hpet_msb_inc()
127 t = eal_hpet->counter_l; in rte_get_hpet_cycles()
161 eal_hpet = mmap(NULL, 1024, PROT_READ, MAP_SHARED, fd, 0); in rte_eal_hpet_init()
162 if (eal_hpet == MAP_FAILED) { in rte_eal_hpet_init()
174 eal_hpet_resolution_fs = (uint32_t)((eal_hpet->capabilities & in rte_eal_hpet_init()
184 eal_hpet_msb = (eal_hpet->counter_l >> 30); in rte_eal_hpet_init()