Searched refs:kvm_clear_request (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | main.c | 247 kvm_clear_request(KVM_REQ_TLB_FLUSH_GPA, vcpu); in kvm_check_vpid()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | nested.c | 994 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in nested_svm_vmexit() 1177 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_svm_triple_fault() 1252 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in svm_leave_nested()
|
| /linux-6.15/include/linux/ |
| H A D | kvm_host.h | 2265 static inline void kvm_clear_request(int req, struct kvm_vcpu *vcpu) in kvm_clear_request() function 2273 kvm_clear_request(req, vcpu); in kvm_check_request()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 21 void kvm_clear_request(int req, struct kvm_vcpu *vcpu);
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | booke.c | 614 kvm_clear_request(KVM_REQ_WATCHDOG, vcpu); in arm_next_watchdog()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.c | 341 kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); in free_nested() 5125 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in nested_vmx_triple_fault()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 3051 kvm_clear_request(KVM_REQ_MCLOCK_INPROGRESS, vcpu); in kvm_end_pvclock_update() 3603 kvm_clear_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu); in kvm_vcpu_flush_tlb_all() 5535 kvm_clear_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_set_vcpu_events() 11285 kvm_clear_request(KVM_REQ_UNBLOCK, vcpu); in vcpu_run()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 4657 kvm_clear_request(KVM_REQ_VSIE_RESTART, vcpu); in kvm_s390_handle_requests()
|