Searched defs:kvm_x86_nested_ops (Results 1 – 1 of 1) sorted by relevance
1928 struct kvm_x86_nested_ops { struct1929 void (*leave_nested)(struct kvm_vcpu *vcpu);1930 bool (*is_exception_vmexit)(struct kvm_vcpu *vcpu, u8 vector,1932 int (*check_events)(struct kvm_vcpu *vcpu);1933 bool (*has_events)(struct kvm_vcpu *vcpu, bool for_injection);1934 void (*triple_fault)(struct kvm_vcpu *vcpu);1935 int (*get_state)(struct kvm_vcpu *vcpu,1938 int (*set_state)(struct kvm_vcpu *vcpu,1941 bool (*get_nested_state_pages)(struct kvm_vcpu *vcpu);1942 int (*write_log_dirty)(struct kvm_vcpu *vcpu, gpa_t l2_gpa);[all …]