HomeSort by: relevance | last modified time | path
    Searched refs:restore (Results 1 - 25 of 205) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/lib/csu/arch/sparc/
crtn.S 69 restore
74 restore
  /src/lib/csu/arch/sparc64/
crtn.S 69 restore
74 restore
  /src/sbin/restore/
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
  /src/lib/libc/arch/sparc/sys/
__clone.S 85 restore %g0, %o0, %o0
87 8: restore %g0, EINVAL, %o0
91 9: restore %g0, %o0, %o0
  /src/games/mille/
mille.c 57 bool restore; local in function:main
67 restore = FALSE;
71 restore = TRUE;
103 if (!restore || (Player[PLAYER].total >= 5000
113 if (!restore)
115 if (!restore || On_exit) {
120 if (restore)
130 restore = On_exit = FALSE;
  /src/lib/libc/arch/sparc64/sys/
ptrace.S 54 restore
  /src/sys/arch/arc/stand/boot/
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
  /src/sys/arch/sgimips/stand/common/
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
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
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
  /src/sys/arch/mac68k/dev/
adbsysasm.s 48 moveml %sp@+,#0x0701 | restore scratch regs
63 moveml %sp@+,#0x0701 | restore scratch regs
79 moveml %sp@+,#0x0303 | restore scratch regs
  /src/lib/libc/arch/vax/gen/
_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
  /src/sys/arch/m68k/m68k/
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 FP general register
    [all...]
  /src/sys/arch/sun68k/sun68k/
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
  /src/sys/external/bsd/drm2/include/linux/
pm.h 61 int (*restore)(struct device *); member in struct:dev_pm_ops
  /src/libexec/ld.elf_so/arch/or1k/
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
  /src/lib/libm/arch/m68k/
s_ceil.S 50 fmovel %d0,%fpcr | restore old FPCR
  /src/common/lib/libc/arch/m68k/gen/
mulsi3.S 61 exg %a0, %d0 | restore B
62 movel %a1, %d1 | restore D
  /src/lib/libc/arch/mips/gen/
sigsetjmp.S 75 bne t0, 0x0, 1f # restore signal mask?
  /src/lib/libc/arch/riscv/gen/
swapcontext.S 49 REG_L ra, CALLFRAME_RA(sp) # restore return address
52 addi sp, sp, CALLFRAME_SIZ # restore stack
  /src/lib/libc/arch/sparc/gen/
_setjmp.S 66 * We restore the saved stack pointer to %fp, then issue
67 * a `restore' instruction which will reload the register
74 ld [%i0 + 4], %i7 /* restore return pc */
79 restore
88 /* restore globals */
95 * We restore the saved stack pointer to %fp, then issue
96 * a `restore' instruction which will reload the register
99 ld [%i0+4], %i7 /* restore return pc */
103 restore %i1, 0, %o0
  /src/lib/libc/compat/arch/vax/sys/
compat___sigtramp2.S 51 popr $(R0|R1|R2|R3|R4|R5) # restore regs
  /src/sys/arch/mipsco/stand/common/
start.S 53 move a0, s0 # restore argc
55 move a1, s1 # restore argv
  /src/usr.bin/crunch/examples/
fixit.conf 27 progs mknod mount newfs ping reboot restore swapon umount
29 ln restore rrestore
  /src/lib/libc/arch/sparc64/gen/
modf.S 140 * Restore %fsr, but leave exceptions accrued.
147 ld [%fp + BIAS - 4], %fsr ! restore %fsr, leaving accrued stuff
169 restore
188 restore

Completed in 15 milliseconds

1 2 3 4 5 6 7 8 9