Lines Matching defs:kvm_page_fault
117 struct kvm_page_fault { struct
119 const gpa_t addr;
120 const u32 error_code;
121 const bool prefetch;
124 const bool exec;
125 const bool write;
126 const bool present;
127 const bool rsvd;
128 const bool user;
131 const bool is_tdp;
132 const bool nx_huge_page_workaround_enabled;
138 bool huge_page_disallowed;
144 u8 max_level;
170 int kvm_tdp_page_fault(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault); argument