Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dkvm_host.h2253 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu);
2255 static inline bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function
/Linux-v6.6/virt/kvm/
Dkvm_main.c3560 bool halt_poll_allowed = !kvm_arch_no_poll(vcpu); in kvm_vcpu_halt()
/Linux-v6.6/arch/x86/kvm/
Dx86.c13290 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function
13294 EXPORT_SYMBOL_GPL(kvm_arch_no_poll);
/Linux-v6.6/arch/s390/kvm/
Dkvm-s390.c4072 bool kvm_arch_no_poll(struct kvm_vcpu *vcpu) in kvm_arch_no_poll() function