Home
last modified time | relevance | path

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

/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst285 architecture dependent. kvm_vcpu_block() calls kvm_arch_vcpu_runnable()
/linux/arch/mips/kvm/
H A Demulate.c961 if (kvm_arch_vcpu_runnable(vcpu)) in kvm_mips_emul_wait()
H A Dmips.c113 int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu) in kvm_arch_vcpu_runnable() function
/linux/virt/kvm/
H A Dkvm_main.c3627 if (kvm_arch_vcpu_runnable(vcpu)) in kvm_vcpu_check_block()
3925 * Unlike kvm_arch_vcpu_runnable, this function is called outside in kvm_arch_dy_runnable()
3927 * kvm_arch_vcpu_runnable does not require vcpu_load. in kvm_arch_dy_runnable()
3931 return kvm_arch_vcpu_runnable(vcpu); in vcpu_dy_runnable()