Home
last modified time | relevance | path

Searched defs:pvclock_vcpu_time_info (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
A Dpvclock-abi.h26 struct pvclock_vcpu_time_info { struct
27 u32 version;
28 u32 pad0;
29 u64 tsc_timestamp;
30 u64 system_time;
31 u32 tsc_to_system_mul;
32 s8 tsc_shift;
33 u8 flags;
34 u8 pad[2];
/linux/tools/arch/x86/include/asm/
A Dpvclock-abi.h26 struct pvclock_vcpu_time_info { struct
27 u32 version;
28 u32 pad0;
29 u64 tsc_timestamp;
30 u64 system_time;
31 u32 tsc_to_system_mul;
32 s8 tsc_shift;
33 u8 flags;
34 u8 pad[2];
/linux/include/xen/arm/
A Dinterface.h66 struct pvclock_vcpu_time_info { struct
67 u32 version;
68 u32 pad0;
69 u64 tsc_timestamp;
70 u64 system_time;
71 u32 tsc_to_system_mul;
72 s8 tsc_shift;
73 u8 flags;
74 u8 pad[2];
/linux/tools/testing/selftests/kvm/x86_64/
A Dxen_shinfo_test.c40 struct pvclock_vcpu_time_info { struct
41 u32 version;
42 u32 pad0;
43 u64 tsc_timestamp;
44 u64 system_time;
45 u32 tsc_to_system_mul;
46 s8 tsc_shift;
47 u8 flags;
48 u8 pad[2];

Completed in 5 milliseconds