Searched refs:clock_mode (Results 1 – 10 of 10) sorted by relevance
/arch/x86/include/asm/vdso/ |
D | gettimeofday.h | 250 static inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument 253 if (likely(clock_mode == VDSO_CLOCKMODE_TSC)) in __arch_get_hw_counter() 262 if (clock_mode == VDSO_CLOCKMODE_PVCLOCK) { in __arch_get_hw_counter() 268 if (clock_mode == VDSO_CLOCKMODE_HVCLOCK) { in __arch_get_hw_counter()
|
/arch/arm64/include/asm/vdso/ |
D | compat_gettimeofday.h | 106 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument 116 if (clock_mode != VDSO_CLOCKMODE_ARCHTIMER) in __arch_get_hw_counter() 172 return vd->clock_mode == VDSO_CLOCKMODE_ARCHTIMER; in vdso_clocksource_ok()
|
D | gettimeofday.h | 69 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument 79 if (clock_mode == VDSO_CLOCKMODE_NONE) in __arch_get_hw_counter()
|
/arch/mips/include/asm/vdso/ |
D | gettimeofday.h | 186 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument 190 if (clock_mode == VDSO_CLOCKMODE_R4K) in __arch_get_hw_counter() 194 if (clock_mode == VDSO_CLOCKMODE_GIC) in __arch_get_hw_counter()
|
/arch/arm/include/asm/vdso/ |
D | gettimeofday.h | 116 static __always_inline u64 __arch_get_hw_counter(int clock_mode, in __arch_get_hw_counter() argument 127 if (clock_mode == VDSO_CLOCKMODE_NONE) in __arch_get_hw_counter()
|
/arch/s390/include/asm/vdso/ |
D | gettimeofday.h | 25 static inline u64 __arch_get_hw_counter(s32 clock_mode, const struct vdso_data *vd) in __arch_get_hw_counter() argument
|
/arch/riscv/include/asm/vdso/ |
D | gettimeofday.h | 71 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument
|
/arch/loongarch/include/asm/vdso/ |
D | gettimeofday.h | 74 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument
|
/arch/csky/include/asm/vdso/ |
D | gettimeofday.h | 97 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument
|
/arch/powerpc/include/asm/vdso/ |
D | gettimeofday.h | 86 static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, in __arch_get_hw_counter() argument
|