Searched refs:dont_zero_synic_pages (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h643 bool dont_zero_synic_pages; member in struct:kvm_vcpu_hv_synic
/linux-master/arch/x86/kvm/
H A Dhyperv.h108 int kvm_hv_activate_synic(struct kvm_vcpu *vcpu, bool dont_zero_synic_pages);
H A Dhyperv.c286 !synic->dont_zero_synic_pages)
298 !synic->dont_zero_synic_pages)
991 int kvm_hv_activate_synic(struct kvm_vcpu *vcpu, bool dont_zero_synic_pages) argument
1003 synic->dont_zero_synic_pages = dont_zero_synic_pages;

Completed in 406 milliseconds