Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h1747 struct kvm_x86_nested_ops { struct
1748 void (*leave_nested)(struct kvm_vcpu *vcpu);
1751 int (*check_events)(struct kvm_vcpu *vcpu);
1752 bool (*has_events)(struct kvm_vcpu *vcpu);
1753 void (*triple_fault)(struct kvm_vcpu *vcpu);
1754 int (*get_state)(struct kvm_vcpu *vcpu,
1757 int (*set_state)(struct kvm_vcpu *vcpu,
1760 bool (*get_nested_state_pages)(struct kvm_vcpu *vcpu);
1761 int (*write_log_dirty)(struct kvm_vcpu *vcpu, gpa_t l2_gpa);
1763 int (*enable_evmcs)(struct kvm_vcpu *vcpu,
[all …]

Completed in 17 milliseconds