Searched refs:kvm_clear_request (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 992 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in nested_svm_vmexit() 1175 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_svm_triple_fault() 1250 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in svm_leave_nested()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 2112 static inline void kvm_clear_request(int req, struct kvm_vcpu *vcpu) in kvm_clear_request() function 2120 kvm_clear_request(req, vcpu); in kvm_check_request()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | vcpu-requests.rst | 21 void kvm_clear_request(int req, struct kvm_vcpu *vcpu);
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke.c | 614 kvm_clear_request(KVM_REQ_WATCHDOG, vcpu); in arm_next_watchdog()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 305 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in free_nested() 4954 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_vmx_triple_fault()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 3018 kvm_clear_request(KVM_REQ_MCLOCK_INPROGRESS, vcpu); in kvm_end_pvclock_update() 3472 kvm_clear_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu); in kvm_vcpu_flush_tlb_all() 5351 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_set_vcpu_events() 11001 kvm_clear_request(KVM_REQ_UNBLOCK, vcpu); in vcpu_run()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 4536 kvm_clear_request(KVM_REQ_VSIE_RESTART, vcpu); in kvm_s390_handle_requests()
|