Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/x86/include/asm/
Dkvm_host.h464 struct kvm_vcpu_hv_stimer { struct
465 struct hrtimer timer;
466 int index;
467 u64 config;
468 u64 count;
469 u64 exp_time;
470 struct hv_message msg;
471 bool msg_pending;
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h486 struct kvm_vcpu_hv_stimer { struct
487 struct hrtimer timer;
488 int index;
489 union hv_stimer_config config;
490 u64 count;
491 u64 exp_time;
492 struct hv_message msg;
493 bool msg_pending;