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

/linux-master/arch/x86/include/asm/
H A Dtimer.h11 unsigned long long native_sched_clock(void);
/linux-master/arch/x86/kernel/
H A Dparavirt.c77 DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
H A Dtsc.c231 noinstr u64 native_sched_clock(void) function
271 return static_call_query(pv_sched_clock) == native_sched_clock;
274 u64 sched_clock_noinstr(void) __attribute__((alias("native_sched_clock")));

Completed in 234 milliseconds