Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu_internal.h176 struct kvm_page_fault { struct
178 const gpa_t addr;
179 const u32 error_code;
180 const bool prefetch;
183 const bool exec;
184 const bool write;
185 const bool present;
186 const bool rsvd;
187 const bool user;
190 const bool is_tdp;
[all …]