Lines Matching refs:access
179 * Check if a given access (described through the I/D, W/R and U/S bits of a
181 * access rights (in ACC_* format).
183 * Return zero if the access does not fault; return the page fault error code
184 * if the access faults.
188 u64 access)
191 unsigned int pfec = access;
199 * be set or not set when user access with neither has any bearing
206 u64 implicit_access = access & PFERR_IMPLICIT_ACCESS;
295 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access,
300 gpa_t gpa, u64 access,
305 return translate_nested_gpa(vcpu, gpa, access, exception);