Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h189 struct kvm_page_fault { struct
191 const gpa_t addr;
192 const u32 error_code;
193 const bool prefetch;
196 const bool exec;
197 const bool write;
198 const bool present;
199 const bool rsvd;
200 const bool user;
203 const bool is_tdp;
[all …]