Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
236 struct kvm_page_fault { struct238 const gpa_t addr;239 const u64 error_code;240 const bool prefetch;243 const bool exec;244 const bool write;245 const bool present;246 const bool rsvd;247 const bool user;250 const bool is_tdp;[all …]