Symbol: vdso_timehands
lib/libsys/__vdso_gettimeofday.c
109
struct vdso_timehands *th;
lib/libsys/__vdso_gettimeofday.c
39
tc_delta(const struct vdso_timehands *th, u_int *delta)
lib/libsys/__vdso_gettimeofday.c
62
struct vdso_timehands *th;
lib/libsys/aarch64/__vdso_gettc.c
57
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/arm/__vdso_gettc.c
60
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/powerpc/__vdso_gettc.c
45
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/powerpc64/__vdso_gettc.c
44
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/riscv/__vdso_gettc.c
39
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
149
u_int (*ts_rdtsc_low)(const struct vdso_timehands *);
lib/libsys/x86/__vdso_gettc.c
214
(const struct vdso_timehands *th))
lib/libsys/x86/__vdso_gettc.c
349
__vdso_pvclock_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
403
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
lib/libsys/x86/__vdso_gettc.c
55
rdtsc_low(const struct vdso_timehands *th)
lib/libsys/x86/__vdso_gettc.c
65
rdtscp_low(const struct vdso_timehands *th)
lib/libsys/x86/__vdso_gettc.c
75
rdtsc_low_mb_lfence(const struct vdso_timehands *th)
lib/libsys/x86/__vdso_gettc.c
82
rdtsc_low_mb_mfence(const struct vdso_timehands *th)
lib/libsys/x86/__vdso_gettc.c
89
rdtsc_low_mb_none(const struct vdso_timehands *th)
sys/arm/arm/generic_timer.c
158
static uint32_t arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th,
sys/arm/arm/generic_timer.c
945
arm_tmr_fill_vdso_timehands(struct vdso_timehands *vdso_th,
sys/arm64/linux/linux_vdso_gtod.c
140
__vdso_gettc(const struct vdso_timehands *th, u_int *tc)
sys/dev/acpica/acpi_hpet.c
144
hpet_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/dev/acpica/acpi_hpet.h
68
struct vdso_timehands;
sys/dev/acpica/acpi_hpet.h
71
uint32_t hpet_vdso_timehands(struct vdso_timehands *vdso_th,
sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c
124
hyperv_tsc_vdso_timehands(struct vdso_timehands *vdso_th,
sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c
57
struct vdso_timehands *,
sys/kern/kern_sharedpage.c
145
struct vdso_timehands th;
sys/kern/kern_sharedpage.c
235
sizeof(struct vdso_timehands) * VDSO_TH_NUM, 16);
sys/kern/kern_tc.c
2196
tc_fill_vdso_timehands(struct vdso_timehands *vdso_th)
sys/kern/subr_dummy_vdso_tc.c
33
cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/powerpc/powerpc/clock.c
235
decr_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)
sys/powerpc/powerpc/clock.c
91
static uint32_t decr_vdso_timehands(struct vdso_timehands *vdso_th,
sys/riscv/riscv/timer.c
106
riscv_timer_tc_fill_vdso_timehands(struct vdso_timehands *vdso_th,
sys/sys/timetc.h
31
struct vdso_timehands;
sys/sys/timetc.h
35
typedef uint32_t timecounter_fill_vdso_timehands_t(struct vdso_timehands *,
sys/sys/vdso.h
100
uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
sys/sys/vdso.h
110
uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th,
sys/sys/vdso.h
49
struct vdso_timehands tk_th[];
sys/sys/vdso.h
80
int __vdso_gettc(const struct vdso_timehands *vdso_th, u_int *tc);
sys/x86/x86/pvclock.c
219
pvclock_tc_vdso_timehands(struct vdso_timehands *vdso_th,
sys/x86/x86/pvclock.c
66
struct vdso_timehands *vdso_th, struct timecounter *tc);
sys/x86/x86/tsc.c
104
static uint32_t x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th,
sys/x86/x86/tsc.c
973
x86_tsc_vdso_timehands(struct vdso_timehands *vdso_th, struct timecounter *tc)