Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 130 of 130) sorted by relevance

/linux-4.4.14/arch/x86/um/
Dchecksum_32.S53 pushl %esi
57 movl 12(%esp),%esi # Function arg: unsigned char *buff
58 testl $2, %esi # Check alignment.
64 1: movw (%esi), %bx
65 addl $2, %esi
72 testl %esi, %esi
73 1: movl (%esi), %ebx
75 movl 4(%esi), %ebx
77 movl 8(%esi), %ebx
79 movl 12(%esi), %ebx
[all …]
Dsetjmp_32.S12 # %esi
33 movl %esi,12(%edx)
54 movl 12(%edx),%esi
Dstub_32.S33 pop %esi
Dsetjmp_64.S44 movl %esi,%eax # Return value (int)
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S52 pushl %esi
56 movl 12(%esp),%esi # Function arg: unsigned char *buff
57 testl $3, %esi # Check alignment.
59 testl $1, %esi # Check alignment.
65 movzbl (%esi), %ebx
68 inc %esi
69 testl $2, %esi
76 1: movw (%esi), %bx
77 addl $2, %esi
84 testl %esi, %esi
[all …]
Datomic64_cx8_32.S32 cmpxchg8b (%esi)
41 cmpxchg8b (%esi)
51 pushl %esi
54 movl %eax, %esi
62 \ins\()l %esi, %ebx
72 popl %esi
86 read64 %esi
93 cmpxchg8b (%esi)
110 read64 %esi
118 cmpxchg8b (%esi)
[all …]
Datomic64_386_32.S50 #define v %esi
57 #define v %esi
101 #define v %esi
108 #define v %esi
119 #define v %esi
126 #define v %esi
137 #define v %esi
159 #define v %esi
180 #define v %esi
Dmsr-reg.S24 movl 24(%rdi), %esi
33 movl %esi, 24(%r10)
52 pushl %esi
60 movl 24(%eax), %esi
72 movl %esi, 24(%eax)
76 popl %esi
Dmemset_64.S36 movzbl %sil,%esi
/linux-4.4.14/arch/x86/math-emu/
Dwm_shrx.S38 pushl %esi
40 movl PARAM1,%esi
46 movl (%esi),%ebx /* lsl */
47 movl 4(%esi),%edx /* msl */
52 movl %ebx,(%esi)
53 movl %edx,4(%esi)
55 popl %esi
64 movl (%esi),%eax /* lsl */
65 movl 4(%esi),%edx /* msl */
68 movl %edx,(%esi)
[all …]
Dshr_Xsig.S27 pushl %esi
29 movl PARAM1,%esi
35 movl (%esi),%eax /* lsl */
36 movl 4(%esi),%ebx /* midl */
37 movl 8(%esi),%edx /* msl */
41 movl %eax,(%esi)
42 movl %ebx,4(%esi)
43 movl %edx,8(%esi)
45 popl %esi
54 movl 4(%esi),%eax /* midl */
[all …]
Dmul_Xsig.S31 pushl %esi
33 movl PARAM1,%esi
40 movl (%esi),%eax /* lsl of Xsig */
44 movl 4(%esi),%eax /* midl of Xsig */
50 movl 8(%esi),%eax /* msl of Xsig */
56 movl %eax,(%esi)
58 movl %eax,4(%esi)
60 movl %eax,8(%esi)
62 popl %esi
71 pushl %esi
[all …]
Dwm_sqrt.S83 pushl %esi
87 movl PARAM1,%esi
89 movl SIGH(%esi),%eax
90 movl SIGL(%esi),%ecx
95 cmpw EXP_BIAS,EXP(%esi)
122 movl %edx,%esi /* Our first guess */
140 divl %esi /* current estimate */
141 shrl %esi /* divide by 2 */
142 addl %eax,%esi /* the new estimate */
145 divl %esi
[all …]
Dround_Xsig.S30 pushl %esi
32 movl PARAM1,%esi
34 movl 8(%esi),%edx
35 movl 4(%esi),%ebx
36 movl (%esi),%eax
71 movl %edx,8(%esi)
72 movl %ebx,4(%esi)
73 movl %eax,(%esi)
77 popl %esi
90 pushl %esi
[all …]
Ddiv_small.S25 pushl %esi
27 movl PARAM1,%esi /* pointer to num */
30 movl 4(%esi),%eax /* Get the current num msw */
34 movl %eax,4(%esi)
36 movl (%esi),%eax /* Get the num lsw */
39 movl %eax,(%esi)
43 popl %esi
Dreg_u_mul.S54 pushl %esi
58 movl PARAM1,%esi
62 testl $0x80000000,SIGH(%esi)
71 movl SIGL(%esi),%eax
76 movl SIGL(%esi),%eax
82 movl SIGH(%esi),%eax
88 movl SIGH(%esi),%eax
144 popl %esi
Dpolynom_Xsig.S43 pushl %esi
47 movl PARAM2,%esi /* x */
72 mull (%esi) /* x ls long */
76 mull 4(%esi) /* x ms long */
82 mull (%esi) /* x ls long */
88 mull 4(%esi) /* x ms long */
95 movl (%esi),%eax
97 movl 4(%esi),%eax
133 popl %esi
Dreg_u_add.S37 pushl %esi
41 movl PARAM1,%esi /* source 1 */
50 movl SIGL(%esi),%ebx
51 movl SIGH(%esi),%eax
53 movl %edi,%esi
73 testl $0x80000000,SIGH(%esi)
132 addl SIGL(%esi),%ebx
133 adcl SIGH(%esi),%eax
164 popl %esi
Ddiv_Xsig.S84 pushl %esi
88 movl PARAM1,%esi /* pointer to num */
115 movl XsigH(%esi),%eax
118 movl XsigL(%esi),%eax
121 movl XsigLL(%esi),%eax
328 movl PARAM3,%esi /* pointer to answer */
331 movl %eax,XsigLL(%esi)
333 movl %eax,XsigL(%esi)
335 movl %eax,XsigH(%esi)
340 popl %esi
Dreg_u_div.S84 pushl %esi
88 movl REGA,%esi
92 movswl EXP(%esi),%edx
121 movl SIGH(%esi),%edx /* Dividend */
122 movl SIGL(%esi),%eax /* Dividend */
181 movl SIGL(%esi),%eax
183 movl SIGH(%esi),%eax
189 movl SIGL(%esi),%eax /* Get the current num */
190 movl SIGH(%esi),%edx
467 popl %esi
Dreg_u_sub.S38 pushl %esi
42 movl PARAM1,%esi /* source 1 */
55 testl $0x80000000,SIGH(%esi)
158 movl SIGL(%esi),%ecx
161 movl SIGH(%esi),%ecx
270 popl %esi
Dreg_round.S114 pushl %esi
144 movl %ecx,%esi
172 movl %esi,%ecx
252 movl %esi,%ecx
326 movl %esi,%ecx
437 popl %esi
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_32.S47 1: popl %esi
48 subl $1b, %esi
51 movl %ecx, efi32_config(%esi) /* Handle */
53 movl %ecx, efi32_config+8(%esi) /* EFI System table pointer */
56 leal efi32_config(%esi), %eax
57 add %esi, 88(%eax)
63 movl %esi, BP_code32_start(%eax)
75 1: popl %esi
76 subl $1b, %esi
78 movl %ecx, efi32_config(%esi) /* Handle */
[all …]
Dhead_64.S50 testb $KEEP_SEGMENTS, BP_loadflags(%esi)
68 leal (BP_scratch+4)(%esi), %esp
93 movl BP_kernel_alignment(%esi), %eax
206 popl %esi
208 leal (BP_scratch+4)(%esi), %esp
290 movl BP_code32_start(%esi), %eax
Defi_thunk_64.S47 movl %esi, 0x0(%rsp)
51 movl %esi, 0xc(%rsp)
53 movl %esi, 0x10(%rsp)
/linux-4.4.14/arch/x86/crypto/
Dtwofish-i586-asm_32.S85 mov s2(%ebp,%edi,4),%esi;\
91 xor s3(%ebp,%edi,4),%esi;\
95 xor (%ebp,%edi,4), %esi;\
100 xor s1(%ebp,%edi,4),%esi;\
102 add d ## D, %esi;\
103 add %esi, d ## D;\
104 add k+round(%ebp), %esi;\
105 xor %esi, c ## D;\
123 mov s2(%ebp,%edi,4),%esi;\
129 xor s3(%ebp,%edi,4),%esi;\
[all …]
Dsalsa20-i586-asm_32.S19 # esi_stack = esi
20 movl %esi,88(%esp)
28 movl 8(%esp,%eax),%esi
120 leal 0(%esp),%esi
125 movl %esi,68(%esp)
216 movl 104(%esp),%esi
218 add %ecx,%esi
232 rol $7,%esi
234 xorl 136(%esp),%esi
246 movl %esi,136(%esp)
[all …]
Daes-i586-asm_32.S60 #define r4 esi
235 push %esi
284 pop %esi
307 push %esi
356 pop %esi
Dcamellia-x86_64-asm_64.S55 #define RIOd %esi
81 #define RT0d %esi
Dcrc32c-pcl-intel-asm_64.S86 #define len_dw %esi
Dblowfish-x86_64-asm_64.S65 #define RT1d %esi
Daes-x86_64-asm_64.S42 #define R5E %esi
Dtwofish-x86_64-asm_64-3way.S86 #define RT1d %esi
Dcast6-avx-x86_64-asm_64.S75 #define RID2d %esi
Dsalsa20-x86_64-asm_64.S850 movl %esi,0(%rdi)
879 movl %esi,0(%rdi)
Dtwofish-avx-x86_64-asm_64.S79 #define RID2d %esi
Dsha1_avx2_x86_64_asm.S79 #define REG_B %esi
Dcast5-avx-x86_64-asm_64.S75 #define RID2d %esi
Dsha1_ssse3_asm.S38 #define REG_B %esi
Dsha256-avx2-asm.S99 y3 = %esi # clobbers INP
Daesni-intel_asm.S145 #define LEN %esi
/linux-4.4.14/arch/x86/include/asm/
Dstring_32.h54 long esi, edi; in __constant_memcpy() local
86 esi = (long)from; in __constant_memcpy()
92 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) in __constant_memcpy()
93 : "0" (n / 4), "1" (edi), "2" (esi) in __constant_memcpy()
100 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
101 : "0"(edi), "1"(esi) in __constant_memcpy()
105 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
106 : "0"(edi), "1"(esi) in __constant_memcpy()
110 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
111 : "0"(edi), "1"(esi) in __constant_memcpy()
[all …]
Dapm.h28 u32 *edx, u32 *esi) in apm_bios_call_asm() argument
43 "=S" (*esi) in apm_bios_call_asm()
Dswitch_to.h40 unsigned long ebx, ecx, edx, esi, edi; \
61 "=S" (esi), "=D" (edi) \
Dlguest.h34 unsigned long esi, edi, ebp; member
Duser32.h36 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member
Dinst.h37 .ifc \r32,%esi
/linux-4.4.14/arch/x86/net/
Dbpf_jit.S28 test %esi,%esi
35 sub %esi,%eax # hlen - offset
45 test %esi,%esi
52 sub %esi,%eax # hlen - offset
62 test %esi,%esi
68 cmp %esi,%r9d /* if (offset >= hlen) goto bpf_slow_path_byte */
121 cmp SKF_MAX_NEG_OFF, %esi /* test range */
131 cmp SKF_MAX_NEG_OFF, %esi
142 cmp SKF_MAX_NEG_OFF, %esi
/linux-4.4.14/arch/ia64/kernel/
Desi.c54 unsigned long esi = 0; in esi_init() local
62 esi = config_tables[i].table; in esi_init()
67 if (!esi) in esi_init()
70 systab = __va(esi); in esi_init()
116 ia64_esi_desc_entry_point_t *esi = (void *)p; in ia64_esi_call() local
117 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call()
121 pdesc.addr = __va(esi->esi_proc); in ia64_esi_call()
122 pdesc.gp = __va(esi->gp); in ia64_esi_call()
168 ia64_esi_desc_entry_point_t *esi = (void *)p; in ia64_esi_call_phys() local
169 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call_phys()
[all …]
DMakefile38 obj-$(CONFIG_IA64_ESI) += esi.o
/linux-4.4.14/arch/x86/kernel/
Drelocate_kernel_32.S45 pushl %esi
65 movl 20+20(%esp), %esi /* preserve_context */
155 testl %esi, %esi
162 xorl %esi, %esi
210 popl %esi
221 pushl %esi
247 movl %ecx, %esi /* For every source page do a copy */
248 andl $0xfffff000, %esi
251 movl %esi, %ebp
258 movl %eax, %esi
[all …]
Drelocate_kernel_64.S158 xorl %esi, %esi
216 xorl %esi, %esi
Dhead_32.S101 testb $KEEP_SEGMENTS, BP_loadflags(%esi)
140 movl pa(boot_params) + NEW_CL_POINTER,%esi
141 andl %esi,%esi
592 pushl %esi
Dapm_32.c580 u32 esi; member
619 &call->esi); in __apm_bios_call()
1065 u32 esi;
1076 &ebx, &ecx, &edx, &esi))
1081 *nbat = esi;
Dvm86_32.c126 put_user_ex(regs->pt.si, &user->regs.esi); in save_v86_state()
281 get_user_ex(vm86regs.pt.si, &user_vm86->regs.esi); in do_sys_vm86()
Dhead_64.S393 movl 72(%rsp),%esi # vector number
Dptrace.c965 R32(esi, si); in putreg32()
1035 R32(esi, si); in getreg32()
/linux-4.4.14/tools/testing/selftests/x86/
Draw_syscall_helper_32.S6 pushl %esi
13 movl 4*4(%eax), %esi
27 movl %esi, 4*4(%eax)
32 popl %esi
Dthunks_32.S32 push %esi
49 pop %esi
Dunwind_vdso.c116 unsigned long esi = _Unwind_GetGR(ctx, 6); in trace_fn() local
120 esi == 4 && edi == 5 && ebp == 6; in trace_fn()
126 eax, ebx, ecx, edx, esi, edi, ebp); in trace_fn()
Dthunks.S47 call *%esi
Dptrace_syscall.c33 # define user_arg3 esi
/linux-4.4.14/drivers/net/irda/
Desi-sir.c45 static struct dongle_driver esi = { variable
57 return irda_register_dongle(&esi); in esi_sir_init()
62 irda_unregister_dongle(&esi); in esi_sir_cleanup()
DMakefile28 obj-$(CONFIG_ESI_DONGLE) += esi-sir.o
DKconfig98 "irattach -d esi".
/linux-4.4.14/arch/x86/power/
Dhibernate_asm_32.S21 movl %esi, saved_context_esi
48 movl pbe_address(%edx), %esi
72 movl saved_context_esi, %esi
/linux-4.4.14/arch/x86/xen/
Dxen-head.S42 mov %esi,xen_start_info
69 mov %edx, %esi
75 bt $20, %esi
Dxen-asm_32.S214 lea PT_ORIG_EAX(%esp), %esi
/linux-4.4.14/arch/x86/platform/efi/
Defi_thunk_64.S78 movl %esi, 0x0(%rsp)
82 movl %esi, 0xc(%rsp)
84 movl %esi, 0x10(%rsp)
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c710 u8 esi[16] = { 0 }; in radeon_dp_mst_check_status() local
716 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
719 DRM_DEBUG_KMS("got esi %02x %02x %02x\n", esi[0], esi[1], esi[2]); in radeon_dp_mst_check_status()
720 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
726 DP_SINK_COUNT_ESI + 1, &esi[1], 3); in radeon_dp_mst_check_status()
732 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
734 DRM_DEBUG_KMS("got esi2 %02x %02x %02x\n", esi[0], esi[1], esi[2]); in radeon_dp_mst_check_status()
/linux-4.4.14/net/atm/
Dresources.c297 if (copy_to_user(buf, dev->esi, size)) { in atm_dev_ioctl()
307 if (dev->esi[i]) { in atm_dev_ioctl()
315 unsigned char esi[ESI_LEN]; in atm_dev_ioctl() local
321 if (copy_from_user(esi, buf, ESI_LEN)) { in atm_dev_ioctl()
325 memcpy(dev->esi, esi, ESI_LEN); in atm_dev_ioctl()
Dbr2684.c579 unsigned char *esi = atmvcc->dev->esi; in br2684_regvcc() local
580 if (esi[0] | esi[1] | esi[2] | esi[3] | esi[4] | esi[5]) in br2684_regvcc()
581 memcpy(net_dev->dev_addr, esi, net_dev->addr_len); in br2684_regvcc()
Datm_sysfs.c26 return scnprintf(buf, PAGE_SIZE, "%pM\n", adev->esi); in show_address()
Dproc.c59 seq_printf(seq, "%02x", dev->esi[i]); in atm_dev_info()
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_32.S56 movl %esi, saved_context_esi
68 movl saved_context_esi, %esi
/linux-4.4.14/arch/x86/platform/olpc/
Dxo1-wakeup.S73 movl %esi, saved_context_esi
84 movl saved_context_esi, %esi
/linux-4.4.14/drivers/lguest/x86/
Dswitcher_32.S177 popl %esi
210 pushl %esi; \
Dcore.c195 return &cpu->regs->esi; in lguest_arch_regptr()
/linux-4.4.14/include/uapi/linux/
Dtoshiba.h42 unsigned int esi __attribute__ ((packed)); member
/linux-4.4.14/arch/x86/entry/
Dcalling.h217 pushl %esi
227 popl %esi
Dentry_64.S239 movl $AUDIT_ARCH_X86_64, %esi
250 movl $AUDIT_ARCH_X86_64, %esi
768 xorl %esi, %esi /* no error code */
808 xorl %esi, %esi /* no error code */
Dentry_32.S165 pushl %esi
181 popl %esi
323 popl %esi /* pt_regs->si */
794 pushl %esi
822 popl %esi
922 pushl %esi
/linux-4.4.14/arch/x86/include/uapi/asm/
Dptrace.h21 long esi; member
Dvm86.h69 long esi; member
Dsigcontext.h305 __u32 esi; member
/linux-4.4.14/include/uapi/video/
Duvesafb.h10 __u32 esi; member
/linux-4.4.14/scripts/
Dmarkup_oops.pl59 $regs{"%esi"} = $1;
70 $regs{"%esi"} = $2;
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_core.c301 int esp14 = -1, esp18, eax, ebx, edx, ebp, esi = 0; in vortex_mixer_delWTD() local
326 if ((esi) > 0xf) { in vortex_mixer_delWTD()
338 esi++; in vortex_mixer_delWTD()
582 int esi, ebp = 0, esp10; in vortex_src_setupchannel() local
589 esi = 0x7; in vortex_src_setupchannel()
593 esi = 0x8; in vortex_src_setupchannel()
596 esi = 0xc; in vortex_src_setupchannel()
602 esi = 0x11 - ((cr >> 0xe) & 7); in vortex_src_setupchannel()
604 esi -= 1; in vortex_src_setupchannel()
606 esi -= 2; in vortex_src_setupchannel()
[all …]
/linux-4.4.14/arch/x86/include/asm/xen/
Dinterface_32.h52 uint32_t esi; member
/linux-4.4.14/arch/x86/kvm/
Dtss.h21 u32 esi; member
Demulate.c3004 tss->esi = reg_read(ctxt, VCPU_REGS_RSI); in save_state_to_tss32()
3033 *reg_write(ctxt, VCPU_REGS_RSI) = tss->esi; in load_state_from_tss32()
/linux-4.4.14/tools/perf/arch/x86/util/
Ddwarf-regs.c73 REG_OFFSET_NAME_32("%si", esi),
/linux-4.4.14/arch/x86/boot/
Dpmjump.S27 movl %edx, %esi # Pointer to boot_params table
Dboot.h234 u32 esi; member
/linux-4.4.14/tools/perf/arch/x86/tests/
Dregs_load.S71 movl %esi, SI(%edi)
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.WINVIEW2 Support for the Leadtek WinView 601 TV/FM by Jon Tombs <jon@gte.esi.us.es>
/linux-4.4.14/drivers/usb/atm/
Dspeedtch.c670 memset(atm_dev->esi, 0, sizeof(atm_dev->esi)); in speedtch_atm_start()
673 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) + in speedtch_atm_start()
Dcxacru.c330 instance->usbatm->atm_dev->esi); in cxacru_sysfs_show_mac_address()
769 atm_dev->esi, sizeof(atm_dev->esi)); in cxacru_atm_start()
808 usbatm_instance->description, atm_dev->esi); in cxacru_atm_start()
Dxusbatm.c168 eth_random_addr(atm_dev->esi); in xusbatm_atm_start()
Dueagle-atm.c2457 static int uea_getesi(struct uea_softc *sc, u_char * esi) in uea_getesi() argument
2467 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 + in uea_getesi()
2478 return uea_getesi(sc, atm_dev->esi); in uea_atm_open()
Dusbatm.c755 return sprintf(page, "MAC: %pM\n", atm_dev->esi); in usbatm_atm_proc_read()
/linux-4.4.14/include/linux/
Datmdev.h156 unsigned char esi[ESI_LEN]; /* ESI ("MAC" addr) */ member
/linux-4.4.14/drivers/atm/
Dambassador.c2050 static void amb_esi(amb_dev *dev, u8 *esi) in amb_esi() argument
2065 if (esi) { in amb_esi()
2071 esi[i] = bitrev8(lower4>>(8*i)); in amb_esi()
2073 esi[i] = bitrev8(upper2>>(8*(i-4))); in amb_esi()
2074 PRINTDM (DBG_INIT, " %02x", esi[i]); in amb_esi()
2264 amb_esi (dev, dev->atm_dev->esi); in amb_probe()
Deni.c1642 dev->esi[i] = 0; in get_esi_asic()
1644 dev->esi[i] <<= 1; in get_esi_asic()
1650 if (tonga & SEPROM_DATA) dev->esi[i] |= 1; in get_esi_asic()
1695 for (i = 0; i < ESI_LEN; i++) dev->esi[i] = readb(mac_base+(i^3)); in get_esi_fpga()
1778 printk("%s%02X",i ? "-" : "",dev->esi[i]); in eni_do_init()
Dhorizon.c2016 u8 * esi = dev->atm_dev->esi; in hrz_init() local
2029 esi[i] = b & 0xFF; in hrz_init()
2030 printk ("%02x", esi[i]); in hrz_init()
Dfore200e.c2072 fore200e->esi[ i ] = fore200e->atm_dev->esi[ i ] = prom->mac_addr[ i + 2 ]; in fore200e_get_esi()
2851 fore200e->esi, in fore200e_proc_read()
2852 fore200e->esi[4] * 256 + fore200e->esi[5]); in fore200e_proc_read()
Dnicstar.c773 if (mac[i] == NULL || !mac_pton(mac[i], card->atmdev->esi)) { in ns_init_card()
775 card->atmdev->esi, 6); in ns_init_card()
776 if (ether_addr_equal(card->atmdev->esi, "\x00\x00\x00\x00\x00\x00")) { in ns_init_card()
779 card->atmdev->esi, 6); in ns_init_card()
783 printk("nicstar%d: MAC address %pM\n", i, card->atmdev->esi); in ns_init_card()
Dzatm.c1167 memcpy(dev->esi,buf+offset,ESI_LEN); in eprom_try_esi()
1168 return memcmp(dev->esi,"\0\0\0\0\0",ESI_LEN); /* assumes ESI_LEN == 6 */ in eprom_try_esi()
1237 printk("%02X%s",dev->esi[i],i == ESI_LEN-1 ? ")\n" : "-"); in zatm_init()
Dfore200e.h851 unsigned char esi[ ESI_LEN ]; /* end system identifier */ member
Dlanai.c2220 memcpy(atmdev->esi, eeprom_mac(lanai), ESI_LEN); in lanai_dev_open()
2224 (unsigned long) lanai->base, lanai->pci->irq, atmdev->esi); in lanai_dev_open()
Diphase.c2277 dev->esi[i] = mac1 >>(8*(MAC1_LEN-1-i));
2280 dev->esi[i+MAC1_LEN] = mac2 >>(8*(MAC2_LEN - 1 -i));
2406 printk("%s%02X",i ? "-" : "",dev->esi[i]);
Dhe.c1090 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()
1093 he_dev->media & 0x40 ? "SM" : "MM", dev->esi); in he_start()
Didt77252.c3512 memcpy(card->atmdev->esi, tmp->dev_addr, 6); in init_card()
3514 printk("%s: ESI %pM\n", card->name, card->atmdev->esi); in init_card()
/linux-4.4.14/Documentation/zh_CN/
Doops-tracing.txt168 Aug 29 09:51:01 blizard kernel: esi: 00000000 edi: bffffdb3 ebp: 00589f90 esp: 00589f8c
/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h475 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled);
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt150 > movzbl %dl,%esi
197 > c017e7a7 <do_con_write+e3> movzbl %dl,%esi
Dboot.txt1011 IMPORTANT: All the hooks are required to preserve %esp, %ebp, %esi and
1065 must be __BOOT_DS; interrupt must be disabled; %esi must hold the base
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c83 dump->regs.esi = regs->si; in dump_thread32()
/linux-4.4.14/Documentation/networking/
Dfilter.txt499 1b: mov $0xc,%esi
503 2c: mov $0x17,%esi
533 1b: mov $0xc,%esi
541 2c: mov $0x17,%esi
757 mov $0x2,%esi
764 mov $0x2,%esi
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dp.c4370 u8 esi[16] = { 0 }; in intel_dp_check_mst_status() local
4374 bret = intel_dp_get_sink_irq_esi(intel_dp, esi); in intel_dp_check_mst_status()
4380 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status()
4386 DRM_DEBUG_KMS("got esi %3ph\n", esi); in intel_dp_check_mst_status()
4387 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled); in intel_dp_check_mst_status()
4394 &esi[1], 3); in intel_dp_check_mst_status()
4400 bret = intel_dp_get_sink_irq_esi(intel_dp, esi); in intel_dp_check_mst_status()
4402 DRM_DEBUG_KMS("got esi2 %3ph\n", esi); in intel_dp_check_mst_status()
/linux-4.4.14/drivers/hwmon/
Ddell-smm-hwmon.c119 unsigned int esi __packed;
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2334 int drm_dp_mst_hpd_irq(struct drm_dp_mst_topology_mgr *mgr, u8 *esi, bool *handled) in drm_dp_mst_hpd_irq() argument
2339 sc = esi[0] & 0x3f; in drm_dp_mst_hpd_irq()
2346 if (esi[1] & DP_DOWN_REP_MSG_RDY) { in drm_dp_mst_hpd_irq()
2351 if (esi[1] & DP_UP_REQ_MSG_RDY) { in drm_dp_mst_hpd_irq()
/linux-4.4.14/tools/lguest/
Dlguest.c1557 case 6: return getreg(esi) & mask; in getreg_num()
1584 case 6: setreg(esi, val | (getreg(esi) & ~mask)); return; in setreg_num()
/linux-4.4.14/Documentation/
DBUG-HUNTING187 > push %esi
Doops-tracing.txt204 Aug 29 09:51:01 blizard kernel: esi: 00000000 edi: bffffdb3 ebp: 00589f90 esp: 00589f8c
/linux-4.4.14/drivers/platform/x86/
Dtoshiba_acpi.c2175 regs->edx, regs->esi, regs->edi }; in toshiba_acpi_smm_bridge()
2190 regs->esi = out[4]; in toshiba_acpi_smm_bridge()
/linux-4.4.14/
DREADME341 esi: xxxxxxxx edi: xxxxxxxx ebp: xxxxxxxx
DCREDITS3518 E: jon@gte.esi.us.es
3519 W: http://www.esi.us.es/~jon
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt219 (it appears that gcc can use ebx, esi and edi to hold register variables).
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3219 __dsh = 0, edi = 1342179328, esi = 1350378548, ebp = 1342630440,
3572 __dsh = 0, edi = 1342179328, esi = 134973440, ebp = 1342631484,