Searched refs:p_utraps (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/sparc/v9/syscall/ |
H A D | install_utrap.c | 85 if (p->p_utraps == NULL) { in install_utrap() 88 tmp = atomic_cas_ptr(&p->p_utraps, NULL, sv); in install_utrap() 94 ASSERT(p->p_utraps != NULL); in install_utrap() 99 ov = p->p_utraps[idx]; in install_utrap() 102 tmp = atomic_cas_ptr(&p->p_utraps[idx], ov, nv); in install_utrap() 118 if (pp->p_utraps != NULL) { in utrap_dup() 119 cp->p_utraps = kmem_alloc((UT_PRECISE_MAXTRAPS+1) * in utrap_dup() 121 bcopy(pp->p_utraps, cp->p_utraps, in utrap_dup() 124 cp->p_utraps = NULL; in utrap_dup() 132 if (p->p_utraps != NULL) { in utrap_free() [all …]
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 188 p0.p_utraps = NULL; in mlsetup()
|
H A D | trap.c | 1426 utrapp = curthread->t_procp->p_utraps; in fpu_trap()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | proc.h | 313 utrap_handler_t *p_utraps; /* pointer to user trap handlers */ member
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 109 p_utraps
|
/titanic_41/usr/src/uts/common/os/ |
H A D | exit.c | 553 if (p->p_utraps != NULL) in proc_exit()
|
H A D | exec.c | 411 if (p->p_utraps != NULL) in exec_common()
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 1579 brz,pt %g5, 3f ! if p_utraps == NULL goto trap() 1582 sub %g3, 254, %g1 ! UT_TRAP_INSTRUCTION_16 = p_utraps[18] 1586 brz,a,pt %g5, 3f ! if p_utraps == NULL goto trap()
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 1806 brz,pt %g5, 3f ! if p_utraps == NULL goto trap() 1809 sub %g3, 254, %g1 ! UT_TRAP_INSTRUCTION_16 = p_utraps[18] 1813 brz,a,pt %g5, 3f ! if p_utraps == NULL goto trap()
|