Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
226 struct kvm_page_fault { struct228 const gpa_t addr;229 const u64 error_code;230 const bool prefetch;233 const bool exec;234 const bool write;235 const bool present;236 const bool rsvd;237 const bool user;240 const bool is_tdp;[all …]