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