Searched refs:use_master_clock (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1006 TP_PROTO(bool use_master_clock, unsigned int host_clock, bool offset_matched), 1007 TP_ARGS(use_master_clock, host_clock, offset_matched), 1010 __field( bool, use_master_clock ) 1016 __entry->use_master_clock = use_master_clock; 1022 __entry->use_master_clock, 1029 unsigned int online_vcpus, bool use_master_clock, 1031 TP_ARGS(vcpu_id, nr_matched, online_vcpus, use_master_clock, 1038 __field( bool, use_master_clock ) 1046 __entry->use_master_clock = use_master_clock; 1052 __entry->vcpu_id, __entry->use_master_clock,
|
| H A D | xen.c | 216 !vcpu->kvm->arch.use_master_clock) in kvm_xen_start_timer()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1453 bool use_master_clock; member
|