Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/timer/
H A Dxen_timer.c179 vcpu_time = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_get_timecount()
209 uptime = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xen_fetch_uptime()
233 xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_settime()
277 pcpu->last_processed = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_intr()
322 struct vcpu_info *vcpu = DPCPU_GET(vcpu_info); in xentimer_et_start()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c206 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_lock()
238 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_unlock()
273 MPASS((record = &DPCPU_GET(linux_epoch_record[type])) && in linux_rcu_read_lock_held()
H A Dlinux_idr.c131 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()
152 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()
418 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()
H A Dlinux_tasklet.c198 tw = &DPCPU_GET(tasklet_worker); in tasklet_schedule()
/freebsd-14.2/sys/sys/
H A Dsched.h219 #define SCHED_STAT_INC(var) DPCPU_GET(var)++;
H A Dpcpu.h122 #define DPCPU_GET(n) (*DPCPU_PTR(n)) macro
/freebsd-14.2/sys/x86/xen/
H A Dxen_apic.c187 ipi_handle = DPCPU_GET(ipi_handle); in xen_pv_lapic_ipi_vectored()
H A Dxen_arch_intr.c93 ++*DPCPU_GET(pintrcnt); in xen_arch_intr_handle_upcall()
H A Dhvm.c422 if (DPCPU_GET(vcpu_info) != NULL) { in xen_hvm_cpu_init()
/freebsd-14.2/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c203 tramp = DPCPU_GET(intr_tramp); in kinst_invop()
/freebsd-14.2/sys/kern/
H A Dkern_clock.c538 if (__predict_false(DPCPU_GET(epoch_cb_count))) in hardclock()
H A Dkern_timeout.c897 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
900 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
/freebsd-14.2/sys/dev/xen/bus/
H A Dxen_intr.c362 v = DPCPU_GET(vcpu_info); in xen_intr_handle_upcall()
/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_amd.c859 if ((count = DPCPU_GET(nmi_counter))) { in amd_intr()
/freebsd-14.2/share/man/man9/
H A DMakefile1054 dpcpu.9 DPCPU_GET.9 \