Lines Matching defs:exception
268 struct x86_exception *exception)
3443 u32 access, struct x86_exception *exception)
3445 if (exception)
3446 exception->error_code = 0;
3452 struct x86_exception *exception)
3454 if (exception)
3455 exception->error_code = 0;
3456 return vcpu->arch.nested_mmu.translate_gpa(vcpu, vaddr, access, exception);
5326 * table. The main exception, handled here, is SVM's 32-bit NPT. The
5327 * other exception is for shadowing L1's 32-bit or PAE NPT on 64-bit