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.h233 struct kvm_page_fault { struct
235 const gpa_t addr;
236 const u64 error_code;
237 const bool prefetch;
240 const bool exec;
241 const bool write;
242 const bool present;
243 const bool rsvd;
244 const bool user;
247 const bool is_tdp;
[all …]