Home
last modified time | relevance | path

Searched defs:pv_time_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h102 struct pv_time_ops { struct
103 unsigned long long (*sched_clock)(void);
104 unsigned long long (*steal_clock)(int cpu);
359 struct pv_time_ops pv_time_ops; member
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c328 struct pv_time_ops pv_time_ops = { variable