Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c178 vcpu_time = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_get_timecount()
208 uptime = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xen_fetch_uptime()
232 xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_settime()
276 pcpu->last_processed = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_intr()
321 struct vcpu_info *vcpu = DPCPU_GET(vcpu_info); in xentimer_et_start()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c205 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_lock()
237 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_unlock()
272 MPASS((record = &DPCPU_GET(linux_epoch_record[type])) && in linux_rcu_read_lock_held()
H A Dlinux_idr.c130 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()
151 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()
417 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()
H A Dlinux_tasklet.c197 tw = &DPCPU_GET(tasklet_worker); in tasklet_schedule()
/freebsd/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/sys/x86/xen/
H A Dxen_arch_intr.c92 ++*DPCPU_GET(pintrcnt); in xen_arch_intr_handle_upcall()
H A Dxen_apic.c186 ipi_handle = DPCPU_GET(ipi_handle); in xen_pv_lapic_ipi_vectored()
H A Dhvm.c503 if (DPCPU_GET(vcpu_info) != NULL) { in xen_hvm_cpu_init()
/freebsd/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c202 tramp = DPCPU_GET(intr_tramp); in kinst_invop()
/freebsd/sys/kern/
H A Dkern_timeout.c900 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
903 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
H A Dkern_clock.c536 if (__predict_false(DPCPU_GET(epoch_cb_count))) in hardclock()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c631 if ((count = DPCPU_GET(nmi_counter))) { in amd_intr()
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c371 v = DPCPU_GET(vcpu_info); in xen_intr_handle_upcall()
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c98 return (DPCPU_GET(vcpu)); in riscv_get_active_vcpu()
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c117 return (DPCPU_GET(vcpu)); in arm64_get_active_vcpu()