Searched refs:cpu_ticks (Results 1 – 15 of 15) sorted by relevance
| /hypervisor/common/ |
| A D | delay.c | 16 end = cpu_ticks() + delta; in udelay() 19 while (cpu_ticks() < end) { in udelay()
|
| A D | sched_iorr.c | 81 uint64_t now = cpu_ticks(); in sched_tick_handler() 112 cpu_ticks() + tick_period, tick_period); in sched_iorr_add_timer() 171 uint64_t now = cpu_ticks(); in sched_iorr_pick_next()
|
| A D | sched_bvt.c | 236 uint64_t now_tsc = cpu_ticks(); in update_vt() 265 uint64_t now_tsc = cpu_ticks(); in sched_bvt_pick_next() 302 update_timer(&bvt_ctl->tick_timer, cpu_ticks() + run_countdown * tick_period, 0); in sched_bvt_pick_next()
|
| A D | ptdev.c | 132 if (is_service_vm(entry->vm) || timer_expired(&entry->intr_delay_timer, cpu_ticks(), NULL)) { in ptirq_dequeue_softirq() 206 cpu_ticks() + entry->vm->intr_inject_delay_delta, 0UL); in ptirq_interrupt_handler()
|
| A D | timer.c | 186 uint64_t current_tsc = cpu_ticks(); in timer_softirq()
|
| /hypervisor/include/common/ |
| A D | ticks.h | 21 uint64_t cpu_ticks(void);
|
| /hypervisor/debug/ |
| A D | console.c | 202 fire_tsc = cpu_ticks() + period_in_cycle; in console_setup_timer() 226 tsc = cpu_ticks(); in console_vmexit_callback()
|
| A D | logmsg.c | 55 timestamp = cpu_ticks(); in do_logmsg()
|
| A D | trace.c | 55 entry->tsc = cpu_ticks(); in trace_put()
|
| A D | profiling.c | 342 pkt_header.tsc = cpu_ticks(); in profiling_generate_data() 409 pkt_header.tsc = cpu_ticks(); in profiling_generate_data() 1303 get_cpu_var(profiling_info.vm_info).vmenter_tsc = cpu_ticks(); in profiling_vmenter_handler() 1319 get_cpu_var(profiling_info.vm_info).vmexit_tsc = cpu_ticks(); in profiling_pre_vmexit_handler()
|
| /hypervisor/dm/ |
| A D | vrtc.c | 402 offset = (cpu_ticks() - vrtc->base_tsc) / (get_tsc_khz() * 1000U); in vrtc_get_current_time() 710 vm->vrtc.base_tsc = cpu_ticks(); in vrtc_update_basetime() 731 fire_tsc = cpu_ticks() + period_in_cycle; in calibrate_setup_timer() 819 vm->vrtc.base_tsc = cpu_ticks(); in vrtc_init()
|
| /hypervisor/arch/x86/ |
| A D | tsc.c | 222 uint64_t cpu_ticks(void) in cpu_ticks() function
|
| A D | vtd.c | 252 __unused uint64_t start = cpu_ticks(); in dmar_wait_completion() 255 ASSERT(((cpu_ticks() - start) < TICKS_PER_MS), "DMAR OP Timeout!"); in dmar_wait_completion() 567 start = cpu_ticks(); in dmar_issue_qi_request() 569 if ((cpu_ticks() - start) > TICKS_PER_MS) { in dmar_issue_qi_request()
|
| A D | cpu.c | 146 start_tick = cpu_ticks(); in init_pcpu_pre()
|
| /hypervisor/arch/x86/guest/ |
| A D | vlapic.c | 290 update_timer(timer, cpu_ticks() + delta, in set_expiration() 324 if (!timer_expired(&vtimer->timer, cpu_ticks(), &remains)) { in vlapic_get_ccr() 385 ret = timer_expired(&vlapic->vtimer.timer, cpu_ticks(), NULL) ? 0UL : in vlapic_get_tsc_deadline_msr()
|
Completed in 26 milliseconds