Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
233 struct kvm_page_fault { struct235 const gpa_t addr;236 const u64 error_code;237 const bool prefetch;240 const bool exec;241 const bool write;242 const bool present;243 const bool rsvd;244 const bool user;247 const bool is_tdp;[all …]