Symbol: pvclock_vsyscall_time_info
arch/x86/entry/vdso/vma.c
120
struct pvclock_vsyscall_time_info *pvti =
arch/x86/include/asm/kvmclock.h
14
static inline struct pvclock_vsyscall_time_info *this_cpu_hvclock(void)
arch/x86/include/asm/kvmclock.h
7
DECLARE_PER_CPU(struct pvclock_vsyscall_time_info *, hv_clock_per_cpu);
arch/x86/include/asm/pvclock.h
100
struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void);
arch/x86/include/asm/pvclock.h
102
static inline struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void)
arch/x86/include/asm/pvclock.h
96
#define PVTI_SIZE sizeof(struct pvclock_vsyscall_time_info)
arch/x86/include/asm/pvclock.h
99
void pvclock_set_pvti_cpu0_va(struct pvclock_vsyscall_time_info *pvti);
arch/x86/include/asm/vdso/gettimeofday.h
48
extern struct pvclock_vsyscall_time_info pvclock_page
arch/x86/kernel/kvmclock.c
159
struct pvclock_vsyscall_time_info *src = this_cpu_hvclock();
arch/x86/kernel/kvmclock.c
192
struct pvclock_vsyscall_time_info *src = this_cpu_hvclock();
arch/x86/kernel/kvmclock.c
289
struct pvclock_vsyscall_time_info *p = per_cpu(hv_clock_per_cpu, cpu);
arch/x86/kernel/kvmclock.c
48
(PAGE_SIZE / sizeof(struct pvclock_vsyscall_time_info))
arch/x86/kernel/kvmclock.c
50
static struct pvclock_vsyscall_time_info
arch/x86/kernel/kvmclock.c
53
static struct pvclock_vsyscall_time_info *hvclock_mem;
arch/x86/kernel/kvmclock.c
54
DEFINE_PER_CPU(struct pvclock_vsyscall_time_info *, hv_clock_per_cpu);
arch/x86/kernel/pvclock.c
156
void pvclock_set_pvti_cpu0_va(struct pvclock_vsyscall_time_info *pvti)
arch/x86/kernel/pvclock.c
162
struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void)
arch/x86/kernel/pvclock.c
20
static struct pvclock_vsyscall_time_info *pvti_cpu0_va __read_mostly;
arch/x86/xen/time.c
393
static struct pvclock_vsyscall_time_info *xen_clock __read_mostly;
arch/x86/xen/time.c
450
struct pvclock_vsyscall_time_info *ti;
arch/x86/xen/time.c
453
ti = (struct pvclock_vsyscall_time_info *)get_zeroed_page(GFP_KERNEL);
tools/arch/x86/include/asm/pvclock.h
91
#define PVTI_SIZE sizeof(struct pvclock_vsyscall_time_info)
tools/arch/x86/include/asm/pvclock.h
94
void pvclock_set_pvti_cpu0_va(struct pvclock_vsyscall_time_info *pvti);
tools/arch/x86/include/asm/pvclock.h
95
struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void);
tools/arch/x86/include/asm/pvclock.h
97
static inline struct pvclock_vsyscall_time_info *pvclock_get_pvti_cpu0_va(void)