Lines Matching defs:kvm_page_fault
191 struct kvm_page_fault { struct
193 const gpa_t addr;
194 const u32 error_code;
195 const bool prefetch;
198 const bool exec;
199 const bool write;
200 const bool present;
201 const bool rsvd;
202 const bool user;
205 const bool is_tdp;
206 const bool nx_huge_page_workaround_enabled;
212 bool huge_page_disallowed;
218 u8 max_level;
245 int kvm_tdp_page_fault(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault); argument