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

/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s332 * Default trampoline code for on_trap() (see <sys/ontrap.h>). On sparcv9,
335 * We longjmp(&curthread->t_ontrap->ot_jmpbuf) to return back to on_trap().
355 * more information about the on_trap() mechanism. If the on_trap_data is the
366 on_trap(on_trap_data_t *otp, uint_t prot)
371 ENTRY(on_trap) function
389 SET_SIZE(on_trap)
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s156 * Default trampoline code for on_trap() (see <sys/ontrap.h>). We just
192 * more information about the on_trap() mechanism. If the on_trap_data is the
199 on_trap(on_trap_data_t *otp, uint_t prot)
206 ENTRY(on_trap) function
224 SET_SIZE(on_trap)
228 ENTRY(on_trap) function
249 SET_SIZE(on_trap)

Completed in 68 milliseconds