Symbol: pvclock_vcpu_time_info
arch/x86/include/asm/kvmclock.h
9
static __always_inline struct pvclock_vcpu_time_info *this_cpu_pvti(void)
arch/x86/include/asm/pvclock.h
10
u64 pvclock_clocksource_read(struct pvclock_vcpu_time_info *src);
arch/x86/include/asm/pvclock.h
11
u64 pvclock_clocksource_read_nowd(struct pvclock_vcpu_time_info *src);
arch/x86/include/asm/pvclock.h
12
u8 pvclock_read_flags(struct pvclock_vcpu_time_info *src);
arch/x86/include/asm/pvclock.h
14
unsigned long pvclock_tsc_khz(struct pvclock_vcpu_time_info *src);
arch/x86/include/asm/pvclock.h
16
struct pvclock_vcpu_time_info *vcpu,
arch/x86/include/asm/pvclock.h
23
unsigned pvclock_read_begin(const struct pvclock_vcpu_time_info *src)
arch/x86/include/asm/pvclock.h
32
bool pvclock_read_retry(const struct pvclock_vcpu_time_info *src,
arch/x86/include/asm/pvclock.h
84
u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc)
arch/x86/include/asm/pvclock.h
93
struct pvclock_vcpu_time_info pvti;
arch/x86/include/asm/vdso/gettimeofday.h
95
const struct pvclock_vcpu_time_info *pvti = &pvclock_page.pvti;
arch/x86/kernel/kvmclock.c
106
sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time));
arch/x86/kernel/pvclock.c
113
u64 pvclock_clocksource_read(struct pvclock_vcpu_time_info *src)
arch/x86/kernel/pvclock.c
118
noinstr u64 pvclock_clocksource_read_nowd(struct pvclock_vcpu_time_info *src)
arch/x86/kernel/pvclock.c
124
struct pvclock_vcpu_time_info *vcpu_time,
arch/x86/kernel/pvclock.c
27
unsigned long pvclock_tsc_khz(struct pvclock_vcpu_time_info *src)
arch/x86/kernel/pvclock.c
54
u8 pvclock_read_flags(struct pvclock_vcpu_time_info *src)
arch/x86/kernel/pvclock.c
68
u64 __pvclock_clocksource_read(struct pvclock_vcpu_time_info *src, bool dowd)
arch/x86/kvm/hyperv.c
1112
static bool compute_tsc_page_parameters(struct pvclock_vcpu_time_info *hv_clock,
arch/x86/kvm/hyperv.c
1162
struct pvclock_vcpu_time_info *hv_clock)
arch/x86/kvm/hyperv.h
183
struct pvclock_vcpu_time_info *hv_clock);
arch/x86/kvm/hyperv.h
271
struct pvclock_vcpu_time_info *hv_clock) {}
arch/x86/kvm/trace.h
1099
TP_PROTO(unsigned int vcpu_id, struct pvclock_vcpu_time_info *pvclock),
arch/x86/kvm/x86.c
2468
sizeof(struct pvclock_vcpu_time_info));
arch/x86/kvm/x86.c
3213
struct pvclock_vcpu_time_info hv_clock;
arch/x86/kvm/x86.c
3264
static void kvm_setup_guest_pvclock(struct pvclock_vcpu_time_info *ref_hv_clock,
arch/x86/kvm/x86.c
3269
struct pvclock_vcpu_time_info *guest_hv_clock;
arch/x86/kvm/x86.c
3270
struct pvclock_vcpu_time_info hv_clock;
arch/x86/kvm/x86.c
3314
struct pvclock_vcpu_time_info hv_clock = {};
arch/x86/kvm/x86.c
3460
struct pvclock_vcpu_time_info hv_clock;
arch/x86/kvm/xen.c
154
struct pvclock_vcpu_time_info *hv_clock,
arch/x86/kvm/xen.c
212
struct pvclock_vcpu_time_info hv_clock;
arch/x86/kvm/xen.c
68
BUILD_BUG_ON(offsetof(struct pvclock_vcpu_time_info, version) != 0);
arch/x86/kvm/xen.c
956
sizeof(struct pvclock_vcpu_time_info));
arch/x86/kvm/xen.h
227
struct pvclock_vcpu_time_info time;
arch/x86/xen/time.c
42
struct pvclock_vcpu_time_info *info =
arch/x86/xen/time.c
51
struct pvclock_vcpu_time_info *src;
arch/x86/xen/time.c
513
struct pvclock_vcpu_time_info *pvti;
arch/x86/xen/time.c
68
struct pvclock_vcpu_time_info *src;
arch/x86/xen/time.c
82
struct pvclock_vcpu_time_info *vcpu_time;
drivers/ptp/ptp_kvm_x86.c
98
struct pvclock_vcpu_time_info *src;
drivers/ptp/ptp_vmclock.c
203
struct pvclock_vcpu_time_info *pvti = this_cpu_pvti();
include/xen/interface/vcpu.h
200
struct pvclock_vcpu_time_info *v;
include/xen/interface/xen.h
535
struct pvclock_vcpu_time_info time;
tools/arch/x86/include/asm/pvclock.h
10
u8 pvclock_read_flags(struct pvclock_vcpu_time_info *src);
tools/arch/x86/include/asm/pvclock.h
12
unsigned long pvclock_tsc_khz(struct pvclock_vcpu_time_info *src);
tools/arch/x86/include/asm/pvclock.h
18
unsigned pvclock_read_begin(const struct pvclock_vcpu_time_info *src)
tools/arch/x86/include/asm/pvclock.h
27
bool pvclock_read_retry(const struct pvclock_vcpu_time_info *src,
tools/arch/x86/include/asm/pvclock.h
79
u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc)
tools/arch/x86/include/asm/pvclock.h
88
struct pvclock_vcpu_time_info pvti;
tools/arch/x86/include/asm/pvclock.h
9
u64 pvclock_clocksource_read(struct pvclock_vcpu_time_info *src);
tools/testing/selftests/kvm/x86/kvm_clock_test.c
34
static void guest_main(vm_paddr_t pvti_pa, struct pvclock_vcpu_time_info *pvti)
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
140
struct pvclock_vcpu_time_info time;
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
986
struct pvclock_vcpu_time_info *ti, *ti2;