Searched defs:lofault (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c157 uintptr_t lofault; local
341 * T_DATA_PROT case below. If lofault is set, then
366 * thread. To support pxfs, we need to honor lofault if
421 lofault = curthread->t_lofault;
467 * Restore lofault and onfault. If we resolved the fault, exit.
468 * If we didn't and lofault wasn't set, die.
470 curthread->t_lofault = lofault;
483 if ((lofault == 0 || lodebug) &&
486 if (lofault == 0)
489 * Cannot resolve fault. Return to lofault
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c472 uintptr_t lofault; local
656 * See if we can handle as pagefault. Save lofault and onfault
664 lofault = ct->t_lofault;
684 * Restore lofault and onfault. If we resolved the fault, exit.
685 * If we didn't and lofault wasn't set, die.
687 ct->t_lofault = lofault;
693 if (lofault == 0 && opteron_erratum_93) {
718 if (lofault == 0 && opteron_erratum_91) {
748 if (lofault == 0)
752 * Cannot resolve fault. Return to lofault
[all...]

Completed in 75 milliseconds