Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c345 #define LCALLSIZE 7 macro
350 uchar_t instr[LCALLSIZE]; in instr_is_lcall_syscall()
352 if (copyin_nowatch(pc, (caddr_t)instr, LCALLSIZE) == 0 && in instr_is_lcall_syscall()
1178 rp->r_pc += LCALLSIZE; in trap()