Home
last modified time | relevance | path

Searched refs:sticks (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/sys/arch/amiga/amiga/
H A Dtrap.c268 trapmmufault(int type, u_int code, u_int v, struct frame *fp, struct lwp *l, u_quad_t sticks) argument
456 userret(l, fp->f_pc, sticks);
495 userret(l, fp->f_pc, sticks);
510 u_quad_t sticks = 0; local
523 sticks = p->p_sticks;
699 userret(l, fp->f_pc, sticks);
706 trapmmufault(type, code, v, fp, l, sticks);
719 userret(l, fp->f_pc, sticks);
/netbsd/sys/arch/sparc64/sparc64/
H A Dtrap.c443 u_quad_t sticks; in trap() local
575 sticks = p->p_sticks; in trap()
912 userret(l, pc, sticks); in trap()
1052 u_quad_t sticks; in data_access_fault() local
1097 sticks = p->p_sticks; in data_access_fault()
1312 u_quad_t sticks; in data_access_error() local
1474 u_quad_t sticks; in text_access_fault() local
1505 sticks = p->p_sticks; in text_access_fault()
1554 userret(l, pc, sticks); in text_access_fault()
1586 u_quad_t sticks; in text_access_error() local
[all …]
H A Dsyscall.c286 u_quad_t sticks; in syscall() local
292 sticks = p->p_sticks; in syscall()
360 userret(l, pc, sticks); in syscall()
/netbsd/sys/arch/sparc/sparc/
H A Dtrap.c229 u_quad_t sticks; in trap() local
311 sticks = p->p_sticks; in trap()
683 userret(l, pc, sticks); in trap()
772 u_quad_t sticks; in mem_access_fault() local
783 sticks = p->p_sticks; in mem_access_fault()
968 userret(l, pc, sticks); in mem_access_fault()
989 u_quad_t sticks; in mem_access_fault4m() local
998 sticks = p->p_sticks; in mem_access_fault4m()
1264 userret(l, pc, sticks); in mem_access_fault4m()
H A Dsyscall.c222 u_quad_t sticks; in syscall() local
229 sticks = p->p_sticks; in syscall()
286 userret(l, pc, sticks); in syscall()
/netbsd/sys/arch/sun2/sun2/
H A Dtrap.c248 u_quad_t sticks; in trap() local
264 sticks = p->p_sticks; in trap()
268 sticks = 0; in trap()
595 userret(l, tf, sticks); in trap()
H A Dlocore.s667 * making a change until it sticks. This is apparently to
/netbsd/sys/arch/sun3/sun3/
H A Dtrap.c257 u_quad_t sticks; in trap() local
271 sticks = p->p_sticks; in trap()
275 sticks = 0; in trap()
610 userret(l, tf, sticks); in trap()
/netbsd/sys/arch/mac68k/mac68k/
H A Dtrap.c243 u_quad_t sticks; in trap() local
255 sticks = p->p_sticks; in trap()
259 sticks = 0; in trap()
610 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/m68k/m68k/
H A Dm68k_syscall.c112 u_quad_t sticks; in syscall() local
120 sticks = p->p_sticks; in syscall()
126 machine_userret(l, &frame, sticks); in syscall()
/netbsd/sys/arch/atari/atari/
H A Dtrap.c330 u_quad_t sticks; in trap() local
333 sticks = 0; in trap()
346 sticks = p->p_sticks; in trap()
673 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/luna68k/luna68k/
H A Dtrap.c230 u_quad_t sticks = 0 /* XXX initializer works around compiler bug */; in trap() local
242 sticks = p->p_sticks; in trap()
575 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/news68k/news68k/
H A Dtrap.c253 u_quad_t sticks = 0 /* XXX initializer works around compiler bug */; in trap() local
265 sticks = p->p_sticks; in trap()
590 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/mvme68k/mvme68k/
H A Dtrap.c283 u_quad_t sticks = 0 /* XXX initialiser works around compiler bug */; in trap() local
296 sticks = p->p_sticks; in trap()
646 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/x68k/x68k/
H A Dtrap.c263 u_quad_t sticks = 0 /* XXX initializer works around compiler bug */; in trap() local
276 sticks = p->p_sticks; in trap()
646 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/cesfic/cesfic/
H A Dtrap.c265 u_quad_t sticks = 0 /* XXX initializer works around compiler bug */; in trap() local
277 sticks = p->p_sticks; in trap()
626 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/next68k/next68k/
H A Dtrap.c270 u_quad_t sticks = 0 /* XXX initialiser works around compiler bug */; in trap() local
283 sticks = p->p_sticks; in trap()
636 userret(l, fp, sticks, v, 1); in trap()
/netbsd/sys/arch/hp300/hp300/
H A Dtrap.c261 u_quad_t sticks = 0 /* XXX initializer works around compiler bug */; in trap() local
273 sticks = p->p_sticks; in trap()
648 userret(l, fp, sticks, v, 1); in trap()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/asm/
H A Dccs-v32.ms56 ; Test that the U bit sticks.
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/asm/
H A Dccs-v32.ms56 ; Test that the U bit sticks.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildOnARM.rst76 than good quality USB sticks, and those are more prone to failures than
/netbsd/bin/sh/
H A DTOUR269 When a program is run, the code in eval.c sticks any environment
/netbsd/external/lgpl3/gmp/dist/mpn/x86/
H A Dx86-defs.m4264 dnl PROLOGUE_current_function, but it sticks at the first such name seen.
/netbsd/external/gpl2/groff/dist/
H A DPROBLEMS189 the arrow head sticks through into the inside of the box.
/netbsd/
H A DBUILDING468 sticks, etc., for machines which are able to boot from such

12