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.h236 struct kvm_page_fault { struct
238 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 …]