Searched refs:ttentry (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | opl_module.h | 40 #define OPL_SET_TRAP(ttentry, ttlabel) \ argument 41 bcopy((const void *)&ttlabel, &ttentry, 32); \ 42 flush_instr_mem((caddr_t)&ttentry, 32); 47 #define OPL_PATCH_28(ttentry, ttlabel) \ argument 48 bcopy((const void *)&ttlabel, &ttentry, 28); \ 49 flush_instr_mem((caddr_t)&ttentry, 28);
|
H A D | us3_module.h | 412 #define CH_SET_TRAP(ttentry, ttlabel) \ argument 413 bcopy((const void *)&ttlabel, &ttentry, 32); \ 414 flush_instr_mem((caddr_t)&ttentry, 32);
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 471 #define CH_SET_TRAP(ttentry, ttlabel) \ argument 472 bcopy((const void *)&ttlabel, &ttentry, 32); \ 473 flush_instr_mem((caddr_t)&ttentry, 32);
|