Searched defs:kvm_x86_nested_ops (Results 1 – 1 of 1) sorted by relevance
20840 struct kvm_x86_nested_ops { struct20841 void (*leave_nested)(struct kvm_vcpu *);20842 bool (*is_exception_vmexit)(struct kvm_vcpu *, u8, u32);20843 int (*check_events)(struct kvm_vcpu *);20844 bool (*has_events)(struct kvm_vcpu *);20845 void (*triple_fault)(struct kvm_vcpu *);20846 …(struct kvm_vcpu *, struct kvm_nested_state __attribute__((btf_type_tag("user"))) *, unsigned int);20847 …cpu *, struct kvm_nested_state __attribute__((btf_type_tag("user"))) *, struct kvm_nested_state *);20848 bool (*get_nested_state_pages)(struct kvm_vcpu *);20849 int (*write_log_dirty)(struct kvm_vcpu *, gpa_t);[all …]