Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtimer.h9 unsigned long long native_sched_clock(void);
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c71 DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
H A Dtsc.c235 noinstr u64 native_sched_clock(void) in native_sched_clock() function
275 return static_call_query(pv_sched_clock) == native_sched_clock; in using_native_sched_clock()