Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtimer.h11 unsigned long long native_sched_clock(void);
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c119 DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
H A Dtsc.c231 noinstr u64 native_sched_clock(void) in native_sched_clock() function
271 return static_call_query(pv_sched_clock) == native_sched_clock; in using_native_sched_clock()