Home
last modified time | relevance | path

Searched defs:kvm_x86_nested_ops (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h1998 struct kvm_x86_nested_ops { struct
1999 void (*leave_nested)(struct kvm_vcpu *vcpu);
2000 bool (*is_exception_vmexit)(struct kvm_vcpu *vcpu, u8 vector,
2002 int (*check_events)(struct kvm_vcpu *vcpu);
2003 bool (*has_events)(struct kvm_vcpu *vcpu, bool for_injection);
2004 void (*triple_fault)(struct kvm_vcpu *vcpu);
2005 int (*get_state)(struct kvm_vcpu *vcpu,
2008 int (*set_state)(struct kvm_vcpu *vcpu,
2011 bool (*get_nested_state_pages)(struct kvm_vcpu *vcpu);
2012 int (*write_log_dirty)(struct kvm_vcpu *vcpu, gpa_t l2_gpa);
[all …]