Lines Matching defs:lofault
472 uintptr_t lofault;
641 * See if we can handle as pagefault. Save lofault and onfault
649 lofault = ct->t_lofault;
669 * Restore lofault and onfault. If we resolved the fault, exit.
670 * If we didn't and lofault wasn't set, die.
672 ct->t_lofault = lofault;
678 if (lofault == 0 && opteron_erratum_93) {
703 if (lofault == 0 && opteron_erratum_91) {
733 if (lofault == 0)
737 * Cannot resolve fault. Return to lofault.
1182 * If we're under lofault protection (copyin etc.),
1183 * longjmp back to lofault with an EFAULT.
1187 * Fault is not resolvable, so just return to lofault