Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance
22733 struct kvm_page_fault { struct22734 const gpa_t addr;22735 const u32 error_code;22736 const bool prefetch;22737 const bool exec;22738 const bool write;22739 const bool present;22740 const bool rsvd;22741 const bool user;22742 const bool is_tdp;[all …]