Home
last modified time | relevance | path

Searched refs:traptype (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h522 #define SAVE_CTX1(traptype, ctx1, tmp, label) \ argument
527 cmp traptype, FAST_IMMU_MISS_TT ;\
530 cmp traptype, T_INSTR_MMU_MISS ;\
/titanic_44/usr/src/uts/sun4v/ml/
H A Dwbuf.s79 mov T_WIN_OVERFLOW, %g3 ! arg3 = traptype
215 mov %g5, %g3 ! arg3 = traptype
H A Dmach_xc.s114 xc_trace(u_int traptype, cpuset_t *cpu_set, xcfunc_t *func,
H A Dtrap_table.s1408 mov T_INSTR_MMU_MISS, %g3 ! arg2 = traptype
/titanic_44/usr/src/uts/sun4u/ml/
H A Dwbuf.s78 mov T_WIN_OVERFLOW, %g3 ! arg3 = traptype
212 mov %g5, %g3 ! arg3 = traptype
H A Dmach_xc.s112 xc_trace(u_int traptype, cpuset_t *cpu_set, xcfunc_t *func,
H A Dtrap_table.s1605 mov T_INSTR_MMU_MISS, %g3 ! arg2 = traptype
/titanic_44/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h783 #define SAVE_CTX1(traptype, tmp1, tmp2, label) \ argument
785 cmp traptype, FAST_IMMU_MISS_TT ;\
/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11874 sfmmu_tsbmiss_exception(struct regs *rp, uintptr_t tagaccess, uint_t traptype) in sfmmu_tsbmiss_exception() argument
11899 if (ctxtype != INVALID_CONTEXT && traptype != T_DATA_PROT) { in sfmmu_tsbmiss_exception()
12058 trap(rp, (caddr_t)tagaccess, traptype, 0); in sfmmu_tsbmiss_exception()
12104 sfmmu_tsbmiss_suspended(struct regs *rp, uintptr_t tagacc, uint_t traptype) in sfmmu_tsbmiss_suspended() argument