Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c31 struct timers { struct
39 static DEFINE_PER_CPU(struct timers, timers); argument
175 struct timers *timers = &per_cpu(timers, t->cpu); in remove_entry() local
197 struct timers *timers = &per_cpu(timers, t->cpu); in add_entry() local
205 rc = add_to_heap(timers->heap, t); in add_entry()
447 struct timers *ts; in timer_softirq_action()
450 ts = &this_cpu(timers); in timer_softirq_action()
535 struct timers *ts; in dump_timerq()
544 ts = &per_cpu(timers, i); in dump_timerq()
559 struct timers *old_ts, *new_ts; in migrate_timers_from_cpu()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c392 h->hpet.timers[tn].cmp = (uint32_t)h->hpet.timers[tn].cmp; in hpet_write()
542 C(timers[0].config); in hpet_save()
543 C(timers[0].fsb); in hpet_save()
544 C(timers[1].config); in hpet_save()
545 C(timers[1].fsb); in hpet_save()
546 C(timers[2].config); in hpet_save()
547 C(timers[2].fsb); in hpet_save()
607 C(timers[i].config); in hpet_load()
608 C(timers[i].fsb); in hpet_load()
612 cmp = rec->timers[i].cmp; in hpet_load()
[all …]
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c217 conf = (unsigned long long) h.timers[i].config; in dump_hpet()
223 (unsigned long long) h.timers[i].cmp, in dump_hpet()
224 (unsigned long long) h.timers[i].cmp); in dump_hpet()
228 (unsigned long long) h.timers[i].fsb); in dump_hpet()
271 dom1.arch.hvm_domain.pl_time.vhpet.hpet.timers[i].cmp, in create_periodic_time()
272 dom1.arch.hvm_domain.pl_time.vhpet.hpet.timers[i].cmp); in create_periodic_time()
312 u32 i, timers, l, h; in _hpet_print_config() local
316 timers = ((l & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT) + 1; in _hpet_print_config()
325 for (i = 0; i < timers; i++) in _hpet_print_config()
A Demul.h170 } timers[HPET_TIMER_NUM]; member
291 } timers[HPET_TIMER_NUM]; member
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c335 (unsigned long long) h.timers[i].config, in dump_hpet()
336 (unsigned long long) h.timers[i].cmp); in dump_hpet()
339 (unsigned long long) h.timers[i].fsb); in dump_hpet()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvpt.h83 } timers[HPET_TIMER_NUM]; member
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/
A Dsave.h528 } timers[HPET_TIMER_NUM]; member
/xen-4.10.0-shim-comet/
A D.rootkeys240 40f56238NzTgeO63RGoxHrW5NQeO3Q linux-2.6.11-xen-sparse/arch/xen/i386/kernel/timers/Makefile
241 40f56238BMqG5PuSHufpjbvp_helBw linux-2.6.11-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.c

Completed in 127 milliseconds