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

1 2

  /src/sys/arch/mips/mips/
cache_tx39_subr.S 84 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
131 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
cache_r3k_subr.S 174 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
218 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
locore_mips3.S 607 mtc0 t0, MIPS_COP_0_STATUS # restore intr status.
637 mtc0 t0, MIPS_COP_0_STATUS # restore intr status.
695 mtc0 t0, MIPS_COP_0_STATUS # Restore KX
705 mtc0 t0, MIPS_COP_0_STATUS # Restore KX
mipsX_subr.S 831 * Restore registers and return from the exception.
841 mtc0 a0, MIPS_COP_0_STATUS # restore the SR, disable intrs
1238 * Interrupts handled, restore registers and return from the interrupt.
1268 * Restore IPL knowing interrupts are disabled
1282 * Restore SR
1288 * Restore s0-s2 and goto common kernel return code.
1349 REG_L AT, CALLFRAME_SIZ+TF_REG_AST(k0)# restore reg
1350 REG_L v0, CALLFRAME_SIZ+TF_REG_V0(k0) # restore reg
1612 * Restore IPL knowing interrupts are off
1620 REG_L s0, CALLFRAME_SIZ+TF_REG_S0(sp) # restore
    [all...]
locore_mips1.S 305 * Restore registers and return from the exception.
309 mtc0 a0, MIPS_COP_0_STATUS # restore the SR, disable intrs
563 * Interrupts handled, restore registers and return from the interrupt.
582 * Restore IPL knowing interrupts are disabled
596 * Restore SR
601 * Restore s0-s2 and goto common kernel return code.
854 * Restore IPL knowing interrupts are off
862 REG_L s0, CALLFRAME_SIZ+TF_REG_S0(sp) # restore
863 REG_L s1, CALLFRAME_SIZ+TF_REG_S1(sp) # restore
1185 mtc0 ta1, MIPS_COP_0_TLB_HI # restore current PI
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 35 @ Restore floating-point parameters of the instrumented function
66 @ Restore the floating-point return value of the instrumented function
98 @ Restore floating-point parameters of the instrumented function
  /src/sys/external/bsd/acpica/dist/compiler/
asltree.c 860 ACPI_PARSE_OBJECT *Restore = NULL;
875 Restore = Op->Asl.Next;
1064 Op->Asl.Next = Restore;
1074 Op->Asl.Next = Restore;
  /src/common/lib/libc/arch/sparc64/string/
memset.S 42 * 256 bytes, but to do that we need to properly save and restore the
123 mov %o4, %o0 ! Restore pointer for memset (ugh)
158 * On exiting this routine we undo the damage: restore the original
215 addcc %i2, 56, %i2 ! Restore the count
217 restore
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.h 372 ~ScopedThreadLocalStateBackup() { Restore(); }
374 void Restore();
msan.cc 277 void ScopedThreadLocalStateBackup::Restore() {
  /src/lib/libc/arch/sparc/gen/
divrem.m4 188 ! Restore V and subtract from R.
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_amd64.S 56 mov %rbx, %rsp # restore the original rsp
60 # Restore scratch registers.
136 mov %rbx, %rsp # restore the original rsp
140 # Restore scratch registers.
210 // restore env parameter
259 // restore env parameter
318 // restore savesigs parameter
322 // restore env parameter
376 // restore savesigs parameter
380 // restore env paramete
    [all...]
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 188 ! Restore V and subtract from R.
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 189 ! Restore V and subtract from R.
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 161 stxa %g6, [%g5] ASI_DMMU ! Restore secondary context
186 stxa %g6, [%g5] ASI_DMMU ! Restore primary context
203 mov %g1, %o0 ! restore input
392 stxa %g6, [%g2] ASI_DMMU ! Restore primary context
copy.S 96 restore
143 restore
199 restore
377 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Restore ASI
407 restore
588 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Restore ASI
607 restore
614 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Restore ASI
636 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Restore ASI
663 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Restore AS
    [all...]
locore.s 1216 !! So restore %cwp
1227 restore
1369 * may try to store or restore a register window that corresponds
1372 * and then we will need to do just as much work to restore the processor
1392 * mode. If we need to issue a restore of a user window in kernel
1975 rdpr %tstate, %g4 ! Try to restore prev %cwp if we were executing a restore
1986 wrpr %g2, %tl ! Restore trap level.
2016 wrpr %g5, %cwp ! Restore cwp from before fill trap -- regs should now be consistent
2020 * and the restore of the user window failed, so now we have one vali
    [all...]
  /src/sys/arch/mvme68k/mvme68k/
locore.s 620 jbsr _C_LABEL(m68881_restore) | restore it (does not kill a1)
670 movc %d2,%vbr | Restore original vbr
671 movl %sp@+,%a2@(8) | Restore original bus error handler
759 frestore %a0@ | restore state
776 moveml %sp@+,#0x0303 | restore regs
789 movl %sp@(FR_SP),%a0 | grab and restore
791 moveml %sp@+,#0x7FFF | restore most registers
906 moveml %sp@+,#0x7FFF | restore all but sp
937 movl %sp@(FR_SP),%a0 | restore user SP
941 moveml %sp@+,#0x7FFF | no, restore most user reg
    [all...]
  /src/sys/arch/vax/vax/
unimpl_emul.S 75 1: movl (%sp)+,%r0 # restore reg
84 movl 4(%sp),%r0 # restore saved reg
108 # Restore registers, cleanup and continue
111 popr $0x7fff # restore all regs
  /src/sys/arch/news68k/news68k/
locore.s 394 jbsr _C_LABEL(m68881_restore) | restore it (does not kill a1)
492 frestore %a0@ | restore state
509 moveml %sp@+,#0x0303 | restore regs
522 movl %sp@(FR_SP),%a0 | grab and restore
524 moveml %sp@+,#0x7FFF | restore most registers
643 moveml %sp@+,#0x7FFF | restore all but %sp
702 movl %sp@(FR_SP),%a0 | restore
747 movl %sp@(FR_SP),%a0 | restore user SP
751 moveml %sp@+,#0x7FFF | no, restore most user regs
762 moveml %sp@+,#0x7FFF | restore user register
    [all...]
  /src/sys/arch/mac68k/mac68k/
locore.s 547 frestore %a0@ | restore state
563 moveml %sp@+,#0x0303 | restore regs
582 movl %sp@(FR_SP),%a0 | grab and restore
584 moveml %sp@+,#0x7FFF | restore most registers
703 moveml %sp@+,#0x7FFF | restore all but %sp
764 movl %sp@(FR_SP),%a0 | restore
793 movw %d2,%sr | restore SPL
794 movl %sp@+,%d2 | restore %d2
829 movl %sp@(FR_SP),%a0 | restore %USP
833 moveml %sp@+,#0x7FFF | no, restore most user reg
    [all...]
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 98 # Restore sign info if signed instruction. Set the condition #
244 # fmovm.l (%sp)+,&0x0 # restore no fpregs
245 movm.l (%sp)+,&0x00fc # restore d2-d7
269 # fmovm.l (%sp)+,&0x0 # restore no fpregs
270 movm.l (%sp)+,&0x00fc # restore d2-d7
406 mov.l (%sp)+, %d5 # restore dividend
606 # fmovm.l (%sp)+,&0x0 # restore no fpregs
607 movm.l (%sp)+,&0x001c # restore d2-d4
743 # fmovm.l (%sp)+,&0x0 # restore no fpregs
744 movm.l (%sp)+,&0x003c # restore d2-d
    [all...]
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-a
    [all...]
fpsp.s 740 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
741 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
742 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
755 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
756 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
757 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
774 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
775 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
776 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
813 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.de 352 message restore
1248 message rcconf_restore_failed {rc.conf-Restore ist fehlgeschlagen.}

Completed in 26 milliseconds

1 2