Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
189 struct kvm_page_fault { struct191 const gpa_t addr;192 const u32 error_code;193 const bool prefetch;196 const bool exec;197 const bool write;198 const bool present;199 const bool rsvd;200 const bool user;203 const bool is_tdp;[all …]