Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dtimer.h10 unsigned long long native_sched_clock(void);
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c329 .sched_clock = native_sched_clock,
Dtsc.c285 u64 native_sched_clock(void) in native_sched_clock() function