Searched refs:edi (Results 51 - 75 of 84) sorted by relevance

1234

/linux-master/arch/x86/math-emu/
H A Ddiv_Xsig.S86 pushl %edi
340 popl %edi
/linux-master/arch/x86/lib/
H A Datomic64_386_32.S143 adcl %edx, %edi
155 cmpl %edx, %edi
H A Dmemset_64.S55 movl %edi,%r9d
H A Dhweight.S14 movl %edi, %eax # w
/linux-master/tools/arch/x86/lib/
H A Dmemset_64.S55 movl %edi,%r9d
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h88 #define _ASM_ARG1L edi
/linux-master/arch/x86/platform/pvh/
H A Dhead.S65 mov $_pa(pvh_start_info), %edi
/linux-master/arch/x86/include/asm/
H A Dasm.h93 #define _ASM_ARG1L edi
181 ".irp rs,eax,ecx,edx,ebx,esp,ebp,esi,edi,r8d,r9d,r10d,r11d,r12d,r13d,r14d,r15d\n" \
/linux-master/arch/x86/kernel/
H A Dhead_64.S383 movl %edx,%edi
394 btl $20,%edi /* No Execute supported? */
H A Dvm86_32.c123 unsafe_put_user(regs->pt.di, &user->regs.edi, Efault_end);
261 vm86regs.pt.di = v.regs.edi;
H A Dptrace.c914 R32(edi, di);
987 R32(edi, di);
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h305 __u32 edi; member in struct:sigcontext
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S57 #define init_crc %edi
H A Dblowfish-x86_64-asm_64.S49 #define RT0d %edi
H A Dcast6-avx-x86_64-asm_64.S59 #define RID1d %edi
H A Dcrc32c-pcl-intel-asm_64.S78 #define bufp_dw %edi
H A Dsha1_ssse3_asm.S36 #define REG_C %edi
H A Dcast5-avx-x86_64-asm_64.S59 #define RID1d %edi
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S82 movl $3, %edi
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c85 SDT_NAME_REG(edi, di),
/linux-master/sound/pci/au88x0/
H A Dau88x0_core.c290 //int esp1f=edi(while)=src, esp10=ch;
690 //int esp1f=edi(while)=src, esp10=ch;
2617 int edi; local
2622 edi = (i >> 1);
2624 edi = 0x1ffff;
2626 edi = 0x800;
2629 vortex_src_setupchannel(vortex, this_04, edi, 0, 1,
2630 this_0c, 1, 0, edi, 1);
2631 vortex_src_setupchannel(vortex, this_08, edi, 0, 1,
2632 this_0c, 1, 0, edi,
[all...]
/linux-master/arch/x86/boot/
H A Dboot.h209 u32 edi; member in struct:biosregs::__anon66::__anon67
/linux-master/drivers/usb/misc/
H A Dusbtest.c128 static inline void endpoint_update(int edi, argument
133 if (edi) {
169 int edi; local
172 edi = usb_endpoint_dir_in(&e->desc);
176 endpoint_update(edi, &in, &out, e);
180 endpoint_update(edi, &int_in, &int_out, e);
184 endpoint_update(edi, &iso_in, &iso_out, e);
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c35 # define user_arg4 edi
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1587 struct ep11_domain_info edi; local
1633 if (ep11_get_domain_info(card, dom, &edi))
1635 if (edi.cur_wk_state != '1')
1637 if (memcmp(wkvp, edi.cur_wkvp, 16))

Completed in 234 milliseconds

1234