| /netbsd-src/games/mille/ |
| H A D | mille.c | 57 bool restore; in main() local 67 restore = FALSE; in main() 71 restore = TRUE; in main() 103 if (!restore || (Player[PLAYER].total >= 5000 in main() 113 if (!restore) in main() 115 if (!restore || On_exit) { in main() 120 if (restore) in main() 130 restore = On_exit = FALSE; in main()
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | switch_subr.s | 165 moveml PCB_REGS(%a1),%d2-%d7/%a2-%a7 | restore registers 176 jeq .Lcpu_switch_nofprest | No Then don't attempt restore. 186 fmovem FPF_FPCR(%a0),%fpcr/%fpsr/%fpi | restore FP control registers 187 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers 197 fmovem FPF_FPCR(%a0),%fpcr | restore FP control registers 200 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers 203 frestore (%a0) | restore state 293 * Save and restore 68881 state. 334 fmovem FPF_FPCR(%a0),%fpcr/%fpsr/%fpi | restore FP control registers 335 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore F [all...] |
| H A D | trap_subr.s | 63 movl FR_SP(%sp),%a0 | restore 65 moveml (%sp)+,#0x7FFF | restore most user regs 78 movl FR_SP(%sp),%a0 | restore user SP 82 moveml (%sp)+,#0x7FFF | no, restore most user regs 93 moveml (%sp)+,#0x7FFF | restore user registers
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| H A D | sparct4-mont.S | 43 restore 44 restore 45 restore 46 restore 47 restore 48 restore 176 restore 177 restore 178 restore 179 restore [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
| H A D | sparct4-mont.S | 43 restore 44 restore 45 restore 46 restore 47 restore 48 restore 176 restore 177 restore 178 restore 179 restore [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/ |
| H A D | sparct4-mont.S | 40 restore 41 restore 42 restore 43 restore 44 restore 45 restore 173 restore 174 restore 175 restore 176 restore [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/ |
| H A D | sparct4-mont.S | 40 restore 41 restore 42 restore 43 restore 44 restore 45 restore 173 restore 174 restore 175 restore 176 restore [all …]
|
| /netbsd-src/sbin/restore/ |
| H A D | Makefile | 6 PROG= restore 7 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore 9 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ 11 MAN= restore.8 12 MLINKS+=restore.8 rrestore.8
|
| /netbsd-src/lib/libc/arch/vax/gen/ |
| H A D | _setjmp.S | 76 movq 44(%r1),%r6 # restore r6/r7 77 movq 52(%r1),%r8 # restore r8/r9 78 movq 60(%r1),%r10 # restore r10/r11 79 movl 16(%r1),%ap # restore ap 80 movl 8(%r1),%sp # restore sp 81 movl 12(%r1),%fp # restore fp
|
| /netbsd-src/libexec/ld.elf_so/arch/or1k/ |
| H A D | rtld_start.S | 108 l.lwz r3, -28(r1) # restore arg0 109 l.lwz r4, -24(r1) # restore arg1 110 l.lwz r5, -20(r1) # restore arg2 111 l.lwz r6, -16(r1) # restore arg3 112 l.lwz r7, -12(r1) # restore arg4 113 l.lwz r8, -8(r1) # restore arg5 114 l.lwz r9, -4(r1) # restore lr
|
| /netbsd-src/sys/arch/sgimips/stand/common/ |
| H A D | iris_start.S | 56 move a0, s0 # restore argc 57 move a1, s1 # restore argv 58 move a2, s2 # restore envp 60 move ra, s3 # restore RA
|
| H A D | start.S | 110 move a0, s0 # restore argc 111 move a1, s1 # restore argv 112 move a2, s2 # restore envp 114 move ra, s3 # restore RA
|
| H A D | start64.S | 107 ld a0, 0(sp) # restore argc 108 ld a1, 8(sp) # restore argv 110 ld a2, 16(sp) # restore envp 111 ld ra, CALLFRAME_RA * 2(sp) # restore RA
|
| /netbsd-src/sys/arch/arc/stand/boot/ |
| H A D | start.S | 111 lw a0, 0(sp) # restore argc 112 lw a1, 4(sp) # restore argv 114 lw a2, 8(sp) # restore envp 115 lw ra, CALLFRAME_RA(sp) # restore RA
|
| /netbsd-src/sys/arch/sun68k/sun68k/ |
| H A D | ctrlsp.S | 50 movc %d1,%sfc | restore sfc 62 movc %d1,%sfc | restore sfc 75 movc %d1,%dfc | restore dfc 88 movc %d1,%dfc | restore dfc
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | macromasm.s | 294 movl %sp@+,%d2 | restore %d2 331 movl %sp@+,%d2 | restore registers 484 movml %sp@+,#0x0303 | restore 496 movml %sp@+,#0x0303 | restore 516 movml %sp@+,#0x0303 | restore 519 moveml %sp@+,#0xffff | restore registers 578 movl %sp@+,%a0 | restore %a0 579 movl %sp@+,%d0 | restore %d0 582 movl %sp@+,%a0 | restore %a0 583 movl %sp@+,%d0 | restore %d0
|
| /netbsd-src/lib/libc/arch/sparc/sys/ |
| H A D | __clone.S | 85 restore %g0, %o0, %o0 87 8: restore %g0, EINVAL, %o0 91 9: restore %g0, %o0, %o0
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | fplsp.s | 621 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 622 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 623 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 679 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 680 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 681 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 737 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 738 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 739 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 798 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 [all …]
|
| /netbsd-src/sys/arch/mac68k/dev/ |
| H A D | adbsysasm.s | 48 moveml %sp@+,#0x0701 | restore scratch regs 63 moveml %sp@+,#0x0701 | restore scratch regs 79 moveml %sp@+,#0x0303 | restore scratch regs
|
| /netbsd-src/lib/libc/gen/ |
| H A D | getpass.c | 146 goto restore; in __weak_alias() 162 goto restore; in __weak_alias() 168 goto restore; in __weak_alias() 257 goto restore; in __weak_alias() 290 restore: in __weak_alias()
|
| /netbsd-src/sys/arch/mvmeppc/isa/ |
| H A D | mkclock_isa.c | 121 goto restore; in mkclock_isa_match() 126 goto restore; in mkclock_isa_match() 134 goto restore; in mkclock_isa_match() 140 restore: in mkclock_isa_match()
|
| /netbsd-src/usr.sbin/pf/pfs/ |
| H A D | pfs.c | 459 int restore = 0; in main() local 486 restore = 1; in main() 500 restore = 1; in main() 525 if (set == 0 && dump == 0 && restore == 0 && test == 0) in main() 528 if (dump == 1 && restore == 1) in main() 542 if (set != 0 && dump == 0 && restore == 0) in main() 558 if (restore) { in main()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | copy.S | 96 restore 143 restore 939 restore 974 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler 1008 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler 1110 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler 1123 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler 1132 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler 1150 restore 1157 STPTR %g1, [%o5 + PCB_ONFAULT]! restore fault handler
|
| /netbsd-src/lib/csu/arch/sparc/ |
| H A D | crtn.S | 69 restore 74 restore
|
| /netbsd-src/lib/csu/arch/sparc64/ |
| H A D | crtn.S | 69 restore 74 restore
|