Searched refs:kvm_clear_request (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/loongarch/kvm/ |
| H A D | main.c | 255 kvm_clear_request(KVM_REQ_TLB_FLUSH_GPA, vcpu); in kvm_check_vpid()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 1143 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in nested_svm_vmexit() 1342 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_svm_triple_fault() 1418 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in svm_leave_nested()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 2293 static inline void kvm_clear_request(int req, struct kvm_vcpu *vcpu) in kvm_clear_request() function 2301 kvm_clear_request(req, vcpu); in kvm_check_request()
|
| /linux/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 21 void kvm_clear_request(int req, struct kvm_vcpu *vcpu);
|
| /linux/arch/powerpc/kvm/ |
| H A D | booke.c | 614 kvm_clear_request(KVM_REQ_WATCHDOG, vcpu); in arm_next_watchdog()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 3182 kvm_clear_request(KVM_REQ_MCLOCK_INPROGRESS, vcpu); in kvm_end_pvclock_update() 3696 kvm_clear_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu); in kvm_vcpu_flush_tlb_all() 5732 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_set_vcpu_events() 11685 kvm_clear_request(KVM_REQ_UNBLOCK, vcpu); in vcpu_run()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 346 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in free_nested() 5194 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_vmx_triple_fault()
|
| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.c | 4330 kvm_clear_request(KVM_REQ_VSIE_RESTART, vcpu); in kvm_s390_handle_requests()
|