Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvdso.h35 uint32_t th_algo; member
132 uint32_t th_algo; member
/freebsd/sys/powerpc/powerpc/
H A Dclock.c237 vdso_th->th_algo = VDSO_TH_ALGO_PPC_TB; in decr_vdso_timehands()
247 vdso_th32->th_algo = VDSO_TH_ALGO_PPC_TB; in decr_vdso_timehands32()
/freebsd/lib/libsys/riscv/
H A D__vdso_gettc.c41 if (th->th_algo != VDSO_TH_ALGO_RISCV_RDTIME) in __vdso_gettc()
/freebsd/lib/libsys/powerpc/
H A D__vdso_gettc.c48 if (__predict_false(th->th_algo != VDSO_TH_ALGO_PPC_TB)) in __vdso_gettc()
/freebsd/lib/libsys/powerpc64/
H A D__vdso_gettc.c48 if (__predict_false(th->th_algo != VDSO_TH_ALGO_PPC_TB)) in __vdso_gettc()
/freebsd/lib/libsys/aarch64/
H A D__vdso_gettc.c60 if (th->th_algo != VDSO_TH_ALGO_ARM_GENTIM) in __vdso_gettc()
/freebsd/lib/libsys/arm/
H A D__vdso_gettc.c63 if (th->th_algo != VDSO_TH_ALGO_ARM_GENTIM) in __vdso_gettc()
/freebsd/sys/x86/x86/
H A Dpvclock.c227 vdso_th->th_algo = VDSO_TH_ALGO_X86_PVCLK; in pvclock_tc_vdso_timehands()
250 vdso_th->th_algo = VDSO_TH_ALGO_X86_PVCLK; in pvclock_tc_vdso_timehands32()
H A Dtsc.c973 vdso_th->th_algo = VDSO_TH_ALGO_X86_TSC; in x86_tsc_vdso_timehands()
988 vdso_th32->th_algo = VDSO_TH_ALGO_X86_TSC; in x86_tsc_vdso_timehands32()
/freebsd/sys/arm64/linux/
H A Dlinux_vdso_gtod.c141 if (th->th_algo != VDSO_TH_ALGO_ARM_GENTIM) in __vdso_gettc()
/freebsd/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c128 vdso_th->th_algo = VDSO_TH_ALGO_X86_HVTSC; in hyperv_tsc_vdso_timehands()
/freebsd/sys/riscv/riscv/
H A Dtimer.c109 vdso_th->th_algo = VDSO_TH_ALGO_RISCV_RDTIME; in riscv_timer_tc_fill_vdso_timehands()
/freebsd/sys/x86/linux/
H A Dlinux_vdso_gettc_x86.inc141 switch (th->th_algo) {
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c408 switch (th->th_algo) { in __vdso_gettc()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c152 vdso_th->th_algo = VDSO_TH_ALGO_X86_HPET; in hpet_vdso_timehands()
169 vdso_th32->th_algo = VDSO_TH_ALGO_X86_HPET; in hpet_vdso_timehands32()
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c916 vdso_th->th_algo = VDSO_TH_ALGO_ARM_GENTIM; in arm_tmr_fill_vdso_timehands()