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

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_AArch64.S 21 STP X1, X2, [SP, #-16]!
22 STP X3, X4, [SP, #-16]!
23 STP X5, X6, [SP, #-16]!
24 STP X7, X30, [SP, #-16]!
25 STP Q0, Q1, [SP, #-32]!
26 STP Q2, Q3, [SP, #-32]!
27 STP Q4, Q5, [SP, #-32]!
28 STP Q6, Q7, [SP, #-32]!
43 LDP Q6, Q7, [SP], #32
44 LDP Q4, Q5, [SP], #3
    [all...]
  /src/libexec/ftpd/
ftpcmd.y 137 SP CRLF COMMA ALL
187 : USER SP username CRLF
193 | PASS SP password CRLF
206 | CWD check_login SP pathname CRLF
250 | PORT check_login SP host_port CRLF
256 | LPRT check_login SP host_long_port4 CRLF
262 | LPRT check_login SP host_long_port6 CRLF
272 | EPRT check_login SP STRING CRLF
305 | EPSV check_login SP NUMBER CRLF
316 | EPSV check_login SP ALL CRL
    [all...]
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
brainfuck.c 148 int SP = SLJIT_S0; /* bf SP */
153 sljit_emit_op2(C, SLJIT_XOR, SP, 0, SP, 0, SP, 0); /* SP = 0 */
167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */
170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 *
    [all...]
  /src/sys/arch/m68k/include/
reg.h 86 #define SP A7
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efisetjmp_arch.h 11 UINT64 SP;
  /src/sys/arch/m68k/m68k/
sunos_syscall.c 126 error = ufetch_long((void *)frame->f_regs[SP], (u_long *)&code);
137 frame->f_regs[SP] += sizeof (int);
139 * remember that we adjusted the SP,
147 params = (char *)frame->f_regs[SP] + sizeof(int);
211 frame->f_regs[SP] -= sizeof (int);
235 error = ufetch_long((void *)frame->f_regs[SP], (u_long *)&code);
246 frame->f_regs[SP] += sizeof (int);
248 * remember that we adjusted the SP,
256 params = (char *)frame->f_regs[SP] + sizeof(int);
323 frame->f_regs[SP] -= sizeof (int)
    [all...]
compat_13_sigreturn13.s 54 lea -84(%sp),%sp | leave enough space for largest frame
55 movl 84(%sp),(%sp) | move up current 8 byte frame
56 movl 88(%sp),4(%sp)
57 movl #84,-(%sp) | default: adjust by 84 bytes
58 moveml #0xFFFF,-(%sp) | save user registers
59 movl %usp,%a0 | save the user SP
60 movl %a0,FR_SP(%sp) | in the saveare
    [all...]
compat_16_sigreturn14.s 54 lea -84(%sp),%sp | leave enough space for largest frame
55 movl 84(%sp),(%sp) | move up current 8 byte frame
56 movl 88(%sp),4(%sp)
57 movl #84,-(%sp) | default: adjust by 84 bytes
58 moveml #0xFFFF,-(%sp) | save user registers
59 movl %usp,%a0 | save the user SP
60 movl %a0,FR_SP(%sp) | in the saveare
    [all...]
reenter_syscall.s 21 addql #4,%sp | pop PC
22 movel (%sp)+,%a0 | current frame addr
23 movel (%sp),%d1 | stkadj
35 moveal %a1,%sp | set SP
42 movew %d1,FR_ADJ(%sp) | set stack adjust count
43 movel (%sp),-(%sp) | push syscall no (original d0 value)
45 addql #4,%sp | pop syscall no
47 tstw FR_ADJ(%sp) | stack adjust must be zer
    [all...]
regdump.c 101 hexstr(tf->tf_regs[SP], 8));
102 dumpmem((int *)tf->tf_regs[SP], sbytes, 1);
trap_subr.s 56 movl %a0,FR_SP(%sp) | the user stack pointer
57 clrl -(%sp) | no VA arg
58 clrl -(%sp) | or code arg
59 movl %d0,-(%sp) | push trap type
60 pea 12(%sp) | address of trap frame
62 lea 16(%sp),%sp | pop value args
63 movl FR_SP(%sp),%a0 | restore
64 movl %a0,%usp | user SP
65 moveml (%sp)+,#0x7FFF | restore most user reg
    [all...]
m68k_machdep.c 115 tf->tf_regs[SP] = stack;
compat_13_machdep.c 116 frame->f_regs[SP] = scp->sc_sp;
  /src/sys/arch/x68k/x68k/
kgdb_glue.c 68 #define getsp(v) __asm("movl %%sp, %0" : "=r" (v))
69 #define setsp(v) __asm("movl %0, %%sp" :: "r" (v))
91 * After a kernel mode trap, the saved sp doesn't point to the right
98 frame.f_regs[SP] = (u_long)&frame + fsize;
129 * sp might have changed.
131 osp = ((struct frame *)nsp)->f_regs[SP] - fsize;
140 __asm("moveml %sp@+,#0x7FFF; addql #8,sp; rte");
  /src/sys/arch/m68k/060sp/dist/
changes 59 a failing value to the 68060SP, the package ignores
105 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few
127 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few
fpsp.doc 178 - documented in 3.5 of 060SP spec.
186 - documented in 3.5 of 060SP spec.
194 - documented in 3.7 of 060SP spec.
202 - documented in 3.6 of 060SP spec.
211 - documented in 3.4 of 060SP spec.
223 - documented in 3.4 of 060SP spec.
236 - not fully documented in 060SP spec.
273 - documented in 3.1 of 060SP spec.
  /src/sys/arch/luna68k/stand/boot/
machdep.c 161 printf("\n\nUser stack (%s):", hexstr(rp[SP], 8));
162 dumpmem((int *)rp[SP], sbytes, 1);
locore.S 203 movl #STACK,%sp | set SP
275 movl _C_LABEL(nofault),%sp@- | yes,
278 clrw %sp@- | pad SR to longword
279 moveml #0xFFFF,%sp@- | save user registers
280 movl %usp,%a0 | save the user SP
281 movl %a0,%sp@(60) | in the savearea
282 lea %sp@(64),%a1 | grab base of HW berr frame
317 movl %d1,%sp@- | push fault VA
318 movw %d0,%sp@- | and SS
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efisetjmp_arch.h 33 UINT64 SP;
  /src/sys/arch/x86/include/
pmap.h 84 #define pmap_copy(DP,SP,D,L,S) __USE(L)
87 #define pmap_move(DP,SP,D,L,S)
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 193 ISO_SUSP_SP SP;
217 ((int) ((entry)->attr.su_entry.SP.h.length[0]))
cd9660_debug.c 87 printf("%c%c: L:%i",t->attr.su_entry.SP.h.type[0],
88 t->attr.su_entry.SP.h.type[1],
89 (int)t->attr.su_entry.SP.h.length[0]);
  /src/sys/arch/cesfic/cesfic/
locore.s 153 movl %a0, %sp | give ourselves a temporary stack
262 addql #8,%sp
329 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack
333 /* set kernel stack, user SP */
335 lea %a1@(USPACE-4),%sp | set kernel stack to end of area
337 movl %a2,%usp | init user SP
342 movl %a1,%sp@-
344 addql #4,%sp
363 clrw %sp@- | vector offset/frame type
364 clrl %sp@- | PC - filled in by "execve
    [all...]
  /src/usr.sbin/grfconfig/
grfconfig.c 158 #define SP " \b\t\r\n"
160 for (i = 0, ptr = strtok(buf, SP);
162 i++, ptr = strtok(NULL, SP))
  /src/libexec/getty/
main.c 272 else if (SP)
273 (void)cfsetispeed(&tmode, (speed_t)SP);
276 else if (SP)
277 (void)cfsetospeed(&tmode, (speed_t)SP);

Completed in 25 milliseconds

1 2 3