Home
last modified time | relevance | path

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

/illumos-gate/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 ;\
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.S76 mov T_WIN_OVERFLOW, %g3 ! arg3 = traptype
212 mov %g5, %g3 ! arg3 = traptype
H A Dtrap_table.S1387 mov T_INSTR_MMU_MISS, %g3 ! arg2 = traptype
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.S75 mov T_WIN_OVERFLOW, %g3 ! arg3 = traptype
209 mov %g5, %g3 ! arg3 = traptype
H A Dtrap_table.S1585 mov T_INSTR_MMU_MISS, %g3 ! arg2 = traptype
/illumos-gate/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 ;\
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11687 sfmmu_tsbmiss_exception(struct regs *rp, uintptr_t tagaccess, uint_t traptype) in sfmmu_tsbmiss_exception() argument
11712 if (ctxtype != INVALID_CONTEXT && traptype != T_DATA_PROT) { in sfmmu_tsbmiss_exception()
11871 trap(rp, (caddr_t)tagaccess, traptype, 0); in sfmmu_tsbmiss_exception()
11917 sfmmu_tsbmiss_suspended(struct regs *rp, uintptr_t tagacc, uint_t traptype) in sfmmu_tsbmiss_suspended() argument