Lines Matching defs:kvm_page_fault
176 struct kvm_page_fault { struct
178 const gpa_t addr;
179 const u32 error_code;
180 const bool prefetch;
183 const bool exec;
184 const bool write;
185 const bool present;
186 const bool rsvd;
187 const bool user;
190 const bool is_tdp;
191 const bool nx_huge_page_workaround_enabled;
197 bool huge_page_disallowed;
203 u8 max_level;
229 int kvm_tdp_page_fault(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault); argument