Home
last modified time | relevance | path

Searched refs:VDSO_TH_ALGO_X86_PVCLK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dvdso.h45 #define VDSO_TH_ALGO_X86_PVCLK VDSO_TH_ALGO_4 /* KVM/XEN paravirtual clock */ macro
/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()
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c436 case VDSO_TH_ALGO_X86_PVCLK: in __vdso_gettc()