Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
232 struct kvm_page_fault { struct234 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;[all …]