Searched refs:DPCPU_GET (Results 1 – 14 of 14) sorted by relevance
127 t_upper = DPCPU_GET(counter_upper); in tick_ticker()128 t_lower_last = DPCPU_GET(counter_lower_last); in tick_ticker()129 } while (t_upper != DPCPU_GET(counter_upper)); in tick_ticker()267 cycles_per_tick = DPCPU_GET(cycles_per_tick); in clock_intr()272 compare_last = DPCPU_GET(compare_ticks); in clock_intr()281 if (count < DPCPU_GET(counter_lower_last)) { in clock_intr()282 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1); in clock_intr()292 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
126 t_upper = DPCPU_GET(counter_upper); in tick_ticker()127 t_lower_last = DPCPU_GET(counter_lower_last); in tick_ticker()128 } while (t_upper != DPCPU_GET(counter_upper)); in tick_ticker()266 cycles_per_tick = DPCPU_GET(cycles_per_tick); in clock_intr()271 compare_last = DPCPU_GET(compare_ticks); in clock_intr()280 if (count < DPCPU_GET(counter_lower_last)) { in clock_intr()281 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1); in clock_intr()291 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
183 vcpu_time = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_get_timecount()213 uptime = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xen_fetch_uptime()237 xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_settime()281 pcpu->last_processed = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_intr()326 struct vcpu_info *vcpu = DPCPU_GET(vcpu_info); in xentimer_et_start()
216 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_lock()248 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_unlock()
133 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()154 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()413 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()
180 tw = &DPCPU_GET(tasklet_worker); in tasklet_schedule()
215 #define SCHED_STAT_INC(var) DPCPU_GET(var)++;
122 #define DPCPU_GET(n) (*DPCPU_PTR(n)) macro
409 if (DPCPU_GET(vcpu_info) != NULL) { in xen_hvm_cpu_init()
314 ipi_handle = DPCPU_GET(ipi_handle); in xen_pv_lapic_ipi_vectored()
540 v = DPCPU_GET(vcpu_info); in xen_intr_handle_upcall()
502 if (__predict_false(DPCPU_GET(epoch_cb_count))) in hardclock()
980 to_sbt = DPCPU_GET(hardclocktime);983 to_sbt = DPCPU_GET(hardclocktime);
880 if ((count = DPCPU_GET(nmi_counter))) { in amd_intr()