Home
last modified time | relevance | path

Searched refs:kvm_arch_no_poll (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Dkvm_host.h2214 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu);
2216 static inline bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function
/Linux-v6.1/virt/kvm/
Dkvm_main.c3508 bool halt_poll_allowed = !kvm_arch_no_poll(vcpu); in kvm_vcpu_halt()
/Linux-v6.1/arch/s390/kvm/
Dkvm-s390.c3899 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function
/Linux-v6.1/arch/x86/kvm/
Dx86.c13345 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function
13349 EXPORT_SYMBOL_GPL(kvm_arch_no_poll);