Home
last modified time | relevance | path

Searched defs:kvm_page_fault (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h226 struct kvm_page_fault { struct
228 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 …]