Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/sha/
HDsha1-elf-x86_64.S44 movl 4(%r9),%ebp
47 bswapl %ebp
51 movl %ebp,4(%rsp)
70 movl 12(%r9),%ebp
73 bswapl %ebp
77 movl %ebp,12(%rsp)
96 movl 20(%r9),%ebp
99 bswapl %ebp
103 movl %ebp,20(%rsp)
122 movl 28(%r9),%ebp
[all …]
/dragonfly/crypto/libressl/crypto/aes/
HDaesni-sha1-elf-x86_64.S48 movl 16(%r9),%ebp
76 addl 0(%rsp),%ebp
92 addl %eax,%ebp
95 addl %esi,%ebp
99 movl %ebp,%esi
100 roll $5,%ebp
108 addl %ebp,%edx
125 rorl $7,%ebp
130 xorl %eax,%ebp
137 andl %ebp,%edi
[all …]
HDaes-elf-x86_64.S20 movzbl %cl,%ebp
27 movzbl %dl,%ebp
34 movzbl %ah,%ebp
45 movzbl %al,%ebp
52 movzbl %bl,%ebp
59 movzbl %ch,%ebp
74 movzbl %cl,%ebp
81 movzbl %ch,%ebp
84 movl 0(%r14,%rbp,8),%ebp
87 andl $65280,%ebp
[all …]
/dragonfly/sys/dev/raid/vinum/
HD.gdbinit.kernel13 x/12x $ebp
27 output (((int)$ebp)-(int)$esp)/4-4
28 printf " words on stack)\n ebp: "
29 output/x $ebp
32 printf "Saved ebp: "
33 output/x *(int*)$ebp
35 output ((*(int*)$ebp)-(int)$ebp)/4-4
37 x/1i *(int*)($ebp+4)
39 output/x (int) ($ebp+8)
41 output (char*) *(int*)($ebp+8)
[all …]
/dragonfly/sys/platform/pc64/acpica/
HDacpi_wakecode.S136 movl %esp,%ebp
137 #define CR0_REGISTER 0(%ebp)
138 #define TASK_REGISTER 4(%ebp)
139 #define PREVIOUS_GDT 6(%ebp)
140 #define PREVIOUS_LDT 12(%ebp)
141 #define PREVIOUS_IDT 14(%ebp)
142 #define RECOVER_ADDR 20(%ebp)
143 #define PHYSICAL_GDT_BASE 24(%ebp)
144 #define PREVIOUS_DS 28(%ebp)
145 #define PREVIOUS_ES 30(%ebp)
[all …]
/dragonfly/stand/boot/pc32/btx/lib/
HDbtxv86.S70 __v86_swap: xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
71 xchgl %eax,V86_EAX(%ebp) # Swap EAX
72 xchgl %ecx,V86_ECX(%ebp) # Swap ECX
73 xchgl %edx,V86_EDX(%ebp) # Swap EDX
74 xchgl %ebx,V86_EBX(%ebp) # Swap EBX
78 xchgl %eax,V86_EFL(%ebp) # Swap
82 xchgl %eax,V86_EBP(%ebp) # Swap
85 xchgl %esi,V86_ESI(%ebp) # Swap ESI
86 xchgl %edi,V86_EDI(%ebp) # Swap EDI
87 xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
HDbtxv86.h42 uint32_t ebp; /* V86 EBP register */ member
/dragonfly/test/sysperf/
HDsw.S23 pushl %ebp
26 popl %ebp ; \
40 movl %ebp,12(%esp)
46 movl 12(%esp),%ebp ; \
/dragonfly/stand/boot/pc32/btx/btxldr/
HDbtxldr.S105 movl %eax,%ebp # Base of user stack
146 subl %ecx,%ebp # for bootinfo
150 movl %ebp,%edi # Destination
153 movl %ebp,0x18(%esp,1) # Update pointer
156 movl %ebp,%eax # bootinfo
161 subl %ecx,%ebp # for arguments
163 movl %ebp,%edi # Destination
168 movl %ebp,%eax # argument
227 popl %ebp # display
229 movl %ebp,%eax # the
[all …]
/dragonfly/test/nvmm/demo/smallkern/
HDlocore.S85 pushl %ebp ; \
86 movl _C_LABEL(nox_flag),%ebp ; \
87 1: movl %ebp,(PDE_SIZE-4)(%ebx) ; /* upper 32 bits: NX */ \
92 popl %ebp ; \
243 movl $_C_LABEL(PDPpaddr),%ebp
244 movl %esi,(%ebp)
245 movl $0,4(%ebp)
/dragonfly/contrib/gdb-7/gdb/regformats/i386/
HDi386-mmx.dat4 expedite:ebp,esp,eip
10 32:ebp
HDi386-mmx-linux.dat4 expedite:ebp,esp,eip
10 32:ebp
HDi386.dat4 expedite:ebp,esp,eip
10 32:ebp
HDi386-linux.dat4 expedite:ebp,esp,eip
10 32:ebp
HDi386-avx-linux.dat4 expedite:ebp,esp,eip
10 32:ebp
HDi386-avx.dat4 expedite:ebp,esp,eip
10 32:ebp
/dragonfly/usr.bin/xargs/
HDxargs.c87 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
303 ebp = (argp = p = bbp) + nline - 1; in main()
401 if (xp == endxp || p > ebp || ch == EOF || in parse_input()
403 if (xflag && xp != endxp && p > ebp) { in parse_input()
445 addch: if (p < ebp) { in parse_input()
467 cnt = ebp - argp; in parse_input()
/dragonfly/stand/lib/i386/
HD_setjmp.S53 movl %ebp,12(%eax)
66 movl 12(%edx),%ebp
/dragonfly/sys/platform/pc64/x86_64/
HDlocore.s77 xorl %ebp, %ebp
/dragonfly/sys/vfs/ext2fs/
HDext2_alloc.c208 struct buf *sbp, *ebp; in ext2_reallocblks() local
290 &ebp)) in ext2_reallocblks()
292 ebap = (u_int *)ebp->b_data; in ext2_reallocblks()
356 bdwrite(ebp); in ext2_reallocblks()
358 bwrite(ebp); in ext2_reallocblks()
374 brelse(ebp); in ext2_reallocblks()
/dragonfly/sys/vfs/ufs/
HDffs_alloc.c354 struct buf *sbp, *ebp; in ffs_reallocblks() local
435 if (bread(vp, lblktodoff(fs, idp->in_lbn), (int)fs->fs_bsize, &ebp)) in ffs_reallocblks()
437 ebap = (ufs_daddr_t *)ebp->b_data; in ffs_reallocblks()
493 i < ssize ? sbp : ebp, soff + i, blkno, in ffs_reallocblks()
524 bdwrite(ebp); in ffs_reallocblks()
526 bwrite(ebp); in ffs_reallocblks()
563 brelse(ebp); in ffs_reallocblks()
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
HDdragonfly-unwind.h151 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(ebp) - new_cfa; in x86_dragonfly_fallback_frame_state()
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
HDdragonfly-unwind.h198 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(ebp) - new_cfa; in x86_dragonfly_fallback_frame_state()
/dragonfly/test/testcases/libnvmm/
HDh_mem_assist_asm.S383 orw %bx,4(%ebp,%esi) /* 16bit opr 32bit adr */
/dragonfly/sys/platform/vkernel64/x86_64/
HDswtch.s601 movl $0,%ebp

12