Home
last modified time | relevance | path

Searched refs:cp15_cntvct_get (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libsys/aarch64/
H A D__vdso_gettc.c38 cp15_cntvct_get(void) in cp15_cntvct_get() function
63 *tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get(); in __vdso_gettc()
/freebsd/lib/libsys/arm/
H A D__vdso_gettc.c41 cp15_cntvct_get(void) in cp15_cntvct_get() function
71 *tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get(); in __vdso_gettc()
/freebsd/sys/arm64/linux/
H A Dlinux_vdso_gtod.c120 cp15_cntvct_get(void) in cp15_cntvct_get() function
144 *tc = th->th_physical == 0 ? cp15_cntvct_get() : cp15_cntpct_get(); in __vdso_gettc()
/freebsd/sys/arm/include/
H A Dcpu.h294 _R64F0(cp15_cntvct_get, CP15_CNTVCT(%Q0, %R0)) in _WF0()