Lines Matching defs:kvm_page_fault
232 struct kvm_page_fault { struct
234 const gpa_t addr;
235 const u64 error_code;
236 const bool prefetch;
239 const bool exec;
240 const bool write;
241 const bool present;
242 const bool rsvd;
243 const bool user;
246 const bool is_tdp;
247 const bool is_private;
248 const bool nx_huge_page_workaround_enabled;
254 bool huge_page_disallowed;
260 u8 max_level;
266 u8 req_level;
272 u8 goal_level;
299 int kvm_tdp_page_fault(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault); argument