Home
last modified time | relevance | path

Searched refs:esp (Results 1 – 98 of 98) sorted by relevance

/linux-4.4.14/drivers/scsi/
Desp_scsi.c57 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
62 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
67 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
72 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
77 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
82 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
87 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
92 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
97 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
102 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
[all …]
Djazz_esp.c31 static void jazz_esp_write8(struct esp *esp, u8 val, unsigned long reg) in jazz_esp_write8() argument
33 *(volatile u8 *)(esp->regs + reg) = val; in jazz_esp_write8()
36 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument
38 return *(volatile u8 *)(esp->regs + reg); in jazz_esp_read8()
41 static dma_addr_t jazz_esp_map_single(struct esp *esp, void *buf, in jazz_esp_map_single() argument
44 return dma_map_single(esp->dev, buf, sz, dir); in jazz_esp_map_single()
47 static int jazz_esp_map_sg(struct esp *esp, struct scatterlist *sg, in jazz_esp_map_sg() argument
50 return dma_map_sg(esp->dev, sg, num_sg, dir); in jazz_esp_map_sg()
53 static void jazz_esp_unmap_single(struct esp *esp, dma_addr_t addr, in jazz_esp_unmap_single() argument
56 dma_unmap_single(esp->dev, addr, sz, dir); in jazz_esp_unmap_single()
[all …]
Dsun_esp.c31 sbus_readl(esp->dma_regs + (REG))
33 sbus_writel((VAL), esp->dma_regs + (REG))
46 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of) in esp_sbus_setup_dma() argument
48 esp->dma = dma_of; in esp_sbus_setup_dma()
50 esp->dma_regs = of_ioremap(&dma_of->resource[0], 0, in esp_sbus_setup_dma()
53 if (!esp->dma_regs) in esp_sbus_setup_dma()
58 esp->dmarev = dvmarev0; in esp_sbus_setup_dma()
61 esp->dmarev = dvmaesc1; in esp_sbus_setup_dma()
64 esp->dmarev = dvmarev1; in esp_sbus_setup_dma()
67 esp->dmarev = dvmarev2; in esp_sbus_setup_dma()
[all …]
Dmac_esp.c48 #define esp_read8(REG) mac_esp_read8(esp, REG)
49 #define esp_write8(VAL, REG) mac_esp_write8(esp, VAL, REG)
52 struct esp *esp; member
57 static struct esp *esp_chips[2];
59 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument
61 (esp->dev)))
63 static inline void mac_esp_write8(struct esp *esp, u8 val, unsigned long reg) in mac_esp_write8() argument
65 nubus_writeb(val, esp->regs + reg * 16); in mac_esp_write8()
68 static inline u8 mac_esp_read8(struct esp *esp, unsigned long reg) in mac_esp_read8() argument
70 return nubus_readb(esp->regs + reg * 16); in mac_esp_read8()
[all …]
Dam53c974.c26 shost_printk(KERN_DEBUG, esp->host, f, ##a); \
91 struct esp *esp; member
95 static void pci_esp_dma_drain(struct esp *esp);
97 static inline struct pci_esp_priv *pci_esp_get_priv(struct esp *esp) in pci_esp_get_priv() argument
99 struct pci_dev *pdev = esp->dev; in pci_esp_get_priv()
104 static void pci_esp_write8(struct esp *esp, u8 val, unsigned long reg) in pci_esp_write8() argument
106 iowrite8(val, esp->regs + (reg * 4UL)); in pci_esp_write8()
109 static u8 pci_esp_read8(struct esp *esp, unsigned long reg) in pci_esp_read8() argument
111 return ioread8(esp->regs + (reg * 4UL)); in pci_esp_read8()
114 static void pci_esp_write32(struct esp *esp, u32 val, unsigned long reg) in pci_esp_write32() argument
[all …]
Dsun3x_esp.c43 readl(esp->dma_regs + (REG))
45 writel((VAL), esp->dma_regs + (REG))
48 *(volatile u32 *)(esp->dma_regs + (REG))
50 do { *(volatile u32 *)(esp->dma_regs + (REG)) = (VAL); } while (0)
53 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8() argument
55 writeb(val, esp->regs + (reg * 4UL)); in sun3x_esp_write8()
58 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8() argument
60 return readb(esp->regs + (reg * 4UL)); in sun3x_esp_read8()
63 static dma_addr_t sun3x_esp_map_single(struct esp *esp, void *buf, in sun3x_esp_map_single() argument
66 return dma_map_single(esp->dev, buf, sz, dir); in sun3x_esp_map_single()
[all …]
Desp_scsi.h357 struct esp;
363 void (*esp_write8)(struct esp *esp, u8 val, unsigned long reg);
364 u8 (*esp_read8)(struct esp *esp, unsigned long reg);
370 dma_addr_t (*map_single)(struct esp *esp, void *buf,
372 int (*map_sg)(struct esp *esp, struct scatterlist *sg,
374 void (*unmap_single)(struct esp *esp, dma_addr_t addr,
376 void (*unmap_sg)(struct esp *esp, struct scatterlist *sg,
384 int (*irq_pending)(struct esp *esp);
389 u32 (*dma_length_limit)(struct esp *esp, u32 dma_addr,
396 void (*reset_dma)(struct esp *esp);
[all …]
/linux-4.4.14/arch/x86/crypto/
Dsalsa20-i586-asm_32.S11 mov %esp,%eax
14 sub %eax,%esp
16 movl %eax,80(%esp)
18 movl %ebx,84(%esp)
20 movl %esi,88(%esp)
22 movl %edi,92(%esp)
24 movl %ebp,96(%esp)
26 movl 4(%esp,%eax),%edx
28 movl 8(%esp,%eax),%esi
30 movl 12(%esp,%eax),%edi
[all …]
Daes-i586-asm_32.S145 mov %a2,4*a1(%esp)
148 mov 4*a2(%esp),%a1
228 mov ctx(%esp),%ebp
234 mov in_blk+4(%esp),%r2
253 sub $8,%esp // space for register saves on stack
279 add $8,%esp
280 mov out_blk+12(%esp),%ebp
300 mov ctx(%esp),%ebp
306 mov in_blk+4(%esp),%r2
325 sub $8,%esp // space for register saves on stack
[all …]
Dtwofish-i586-asm_32.S229 mov ctx + 16(%esp), %ebp /* abuse the base pointer: set new base
231 mov in_blk+16(%esp),%edi /* input address in edi */
265 mov out_blk+16(%esp),%edi;
286 mov ctx + 16(%esp), %ebp /* abuse the base pointer: set new base
288 mov in_blk+16(%esp),%edi /* input address in edi */
322 mov out_blk+16(%esp),%edi;
Daesni-intel_asm.S1805 movl 8(%esp), KEYP # ctx
1806 movl 12(%esp), UKEYP # in_key
1807 movl 16(%esp), %edx # key_len
1918 movl 12(%esp), KEYP
1919 movl 16(%esp), OUTP
1920 movl 20(%esp), INP
2107 movl 12(%esp), KEYP
2108 movl 16(%esp), OUTP
2109 movl 20(%esp), INP
2299 movl 16(%esp), KEYP
[all …]
Dserpent-sse2-i586-asm_32.S525 movl arg_ctx(%esp), CTX;
527 movl arg_src(%esp), %eax;
564 movl arg_dst(%esp), %eax;
566 cmpb $0, arg_xor(%esp);
588 movl arg_ctx(%esp), CTX;
590 movl arg_src(%esp), %eax;
627 movl arg_dst(%esp), %eax;
/linux-4.4.14/arch/x86/entry/
Dentry_32.S72 testl $X86_EFLAGS_IF, PT_EFLAGS(%esp) # interrupts off?
95 addl $(4 + \pop), %esp
121 add $\pop, %esp
126 99: movl $0, (%esp)
133 98: mov PT_GS(%esp), %gs
137 99: movl $0, PT_GS(%esp)
147 movl \reg, PT_GS(%esp)
194 4: movl $0, (%esp)
196 5: movl $0, (%esp)
198 6: movl $0, (%esp)
[all …]
Dthunk_32.S20 movl 3*4(%esp), %eax
Dentry_64_compat.S166 movl %esp, %r8d
/linux-4.4.14/arch/x86/xen/
Dxen-asm_32.S44 movl PT_EAX(%esp), %eax /* Shouldn't be necessary? */
45 orl $X86_EFLAGS_IF, PT_EFLAGS(%esp)
46 lea PT_EIP(%esp), %esp
83 2: movw $0, (%esp)
91 testl $(X86_EFLAGS_VM | XEN_EFLAGS_NMI), 8(%esp)
109 testb $X86_EFLAGS_IF>>8, 8+1+ESP_OFFSET(%esp)
209 movl PT_CS(%esp), %ecx
214 lea PT_ORIG_EAX(%esp), %esi
215 lea PT_EFLAGS(%esp), %edi
225 movl %eax, PT_EAX(%esp)
[all …]
Dxen-head.S43 mov $init_thread_union+THREAD_SIZE,%esp
Dsmp.c455 ctxt->user_regs.esp = idle->thread.sp0 - sizeof(struct pt_regs); in cpu_initialize_context()
/linux-4.4.14/arch/x86/kernel/
Drelocate_kernel_32.S50 movl 20+8(%esp), %ebp /* list of pages */
52 movl %esp, ESP(%edi)
61 movl 20+4(%esp), %ebx /* page_list */
62 movl 20+8(%esp), %ebp /* list of pages */
63 movl 20+12(%esp), %edx /* start address */
64 movl 20+16(%esp), %ecx /* cpu_has_pae */
65 movl 20+20(%esp), %esi /* preserve_context */
91 lea PAGE_SIZE(%edi), %esp
140 addl $8, %esp
167 movl CP_PA_SWAP_PAGE(%edi), %esp
[all …]
Dhead_32.S115 leal -__PAGE_OFFSET(%ecx),%esp
290 movl %ecx, %esp
312 leal -__PAGE_OFFSET(%ecx),%esp
404 addl $__PAGE_OFFSET, %esp
535 # 36(%esp) %eflags
536 # 32(%esp) %cs
537 # 28(%esp) %eip
544 pushl $i # 20(%esp) Vector number
558 cmpl $2,(%esp) # X86_TRAP_NMI
565 push %eax # 16(%esp)
[all …]
Dvm86_32.c133 put_user_ex(regs->pt.sp, &user->regs.esp); in save_v86_state()
289 get_user_ex(vm86regs.pt.sp, &user_vm86->regs.esp); in do_sys_vm86()
Dptrace.c969 R32(esp, sp); in putreg32()
1040 R32(esp, sp); in getreg32()
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S54 movl 20(%esp),%eax # Function arg: unsigned int sum
55 movl 16(%esp),%ecx # Function arg: int len
56 movl 12(%esp),%esi # Function arg: unsigned char *buff
126 testb $1, 12(%esp)
142 movl 20(%esp),%eax # Function arg: unsigned int sum
143 movl 16(%esp),%ecx # Function arg: int len
144 movl 12(%esp),%esi # Function arg: const unsigned char *buf
244 testb $1, 12(%esp)
285 subl $4,%esp
289 movl ARGBASE+16(%esp),%eax # sum
[all …]
Dmsr-reg.S65 movl 4(%esp), %eax
67 addl $4, %esp
81 movl $-EIO, 4(%esp)
Datomic64_cx8_32.S140 cmpl %eax, 0(%esp)
153 addl $8, %esp
158 cmpl %edx, 4(%esp)
/linux-4.4.14/arch/x86/um/
Dsetjmp_32.S10 # %esp
25 movl 4(%esp),%edx
30 movl %esp,4(%edx) # Post-return %esp!
48 movl 4(%esp),%edx # jmp_ptr address
49 movl 8(%esp),%eax # Return value
52 movl 4(%edx),%esp
Dstub_32.S8 mov $(STUB_DATA+8), %esp
12 mov 0x0(%esp), %eax
21 mov %esp, STUB_DATA+4
24 add %eax, %esp
Dchecksum_32.S55 movl 20(%esp),%eax # Function arg: unsigned int sum
56 movl 16(%esp),%ecx # Function arg: int len
57 movl 12(%esp),%esi # Function arg: unsigned char *buff
125 movl 20(%esp),%eax # Function arg: unsigned int sum
126 movl 16(%esp),%ecx # Function arg: int len
127 movl 12(%esp),%esi # Function arg: const unsigned char *buf
/linux-4.4.14/arch/h8300/kernel/
Dtraps.c116 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument
121 if (esp == NULL) in show_stack()
122 esp = (unsigned long *) &esp; in show_stack()
124 stack = esp; in show_stack()
137 stack = esp; in show_stack()
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dprocess.c151 unsigned long ebp, esp, eip; in get_wchan()
157 esp = p->thread.esp; in get_wchan()
158 if (!stack_page || esp < stack_page || esp > 8188+stack_page) in get_wchan()
161 ebp = *(unsigned long *) esp; in get_wchan()
/linux-4.4.14/arch/openrisc/kernel/
Dtraps.c69 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument
74 if (esp == NULL) in show_stack()
75 esp = (unsigned long *)&esp; in show_stack()
77 stack = esp; in show_stack()
79 printk("Stack dump [0x%08lx]:\n", (unsigned long)esp); in show_stack()
96 show_trace(task, esp); in show_stack()
112 unsigned long esp; in show_registers() local
114 esp = (unsigned long)(&regs->sp); in show_registers()
149 show_stack(NULL, (unsigned long *)esp); in show_registers()
/linux-4.4.14/drivers/lguest/x86/
Dswitcher_32.S124 movl %esp, LGUEST_PAGES_host_sp(%eax)
136 movl %edx, %esp
189 addl $8, %esp
230 movl %esp, %eax; \
250 movl LGUEST_PAGES_host_sp(%eax), %esp; \
380 addl $8, %esp
Dcore.c205 return &cpu->regs->esp; in lguest_arch_regptr()
/linux-4.4.14/arch/x86/math-emu/
Dmul_Xsig.S29 movl %esp,%ebp
30 subl $16,%esp
69 movl %esp,%ebp
70 subl $16,%esp
122 movl %esp,%ebp
123 subl $16,%esp
Dreg_u_mul.S49 movl %esp,%ebp
51 subl $8,%esp
Dround_Xsig.S27 movl %esp,%ebp
87 movl %esp,%ebp
Dpolynom_Xsig.S41 movl %esp,%ebp
42 subl $32,%esp
Dreg_norm.S26 movl %esp,%ebp
103 movl %esp,%ebp
Ddiv_small.S23 movl %esp,%ebp
Dwm_shrx.S37 movl %esp,%ebp
115 movl %esp,%ebp
Ddiv_Xsig.S79 movl %esp,%ebp
81 subl $28,%esp
Dshr_Xsig.S26 movl %esp,%ebp
Dreg_round.S91 #define FPU_bits_lost (%esp)
92 #define FPU_denormal 1(%esp)
113 movl %esp,%ebp
Dwm_sqrt.S79 movl %esp,%ebp
81 subl $28,%esp
Dreg_u_div.S79 movl %esp,%ebp
81 subl $28,%esp
Dreg_u_add.S36 movl %esp,%ebp
Dreg_u_sub.S37 movl %esp,%ebp
DREADME132 movl %esp,[%ebx]
/linux-4.4.14/tools/testing/selftests/x86/
Draw_syscall_helper_32.S8 movl 5*4(%esp), %eax /* pointer to args struct */
18 call *(6*4)(%esp) /* Do the syscall */
22 movl 6*4(%esp), %eax
Dthunks_32.S27 mov 4(%esp), %eax
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_32.S44 add $0x4, %esp
70 add $0x4, %esp
126 leal (BP_scratch+4)(%esi), %esp
154 leal boot_stack_end(%ebx), %esp
222 addl $28, %esp
Dhead_64.S68 leal (BP_scratch+4)(%esi), %esp
76 movl %eax, %esp
203 add $0x4, %esp /* Discard return address */
208 leal (BP_scratch+4)(%esi), %esp
Defi_thunk_64.S146 movl 56(%esp), %eax
165 movl 60(%esp), %eax
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_32.S32 movl saved_context_esp, %esp
52 leal 4(%esp), %eax
79 addl $4, %esp
/linux-4.4.14/arch/um/kernel/
Dexec.c41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument
44 PT_REGS_SP(regs) = esp; in start_thread()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dregs_load.S66 movl 8(%esp), %edi
76 leal 4(%esp), %eax /* exclude this call. */
79 movl 0(%esp), %eax
/linux-4.4.14/drivers/lguest/
Dinterrupts_and_traps.c95 push_guest_stack(cpu, &gstack, cpu->regs->esp); in push_guest_interrupt_stack()
98 virtstack = cpu->regs->esp; in push_guest_interrupt_stack()
130 cpu->regs->esp = virtstack + (gstack - origstack); in push_guest_interrupt_stack()
176 unsigned long stack_pa = guest_pa(cpu, cpu->regs->esp); in restore_eflags()
493 void guest_set_stack(struct lg_cpu *cpu, u32 seg, u32 esp, unsigned int pages) in guest_set_stack() argument
505 cpu->esp1 = esp; in guest_set_stack()
Dlg.h160 void guest_set_stack(struct lg_cpu *cpu, u32 seg, u32 esp, unsigned int pages);
/linux-4.4.14/arch/x86/platform/efi/
Defi_stub_32.S71 subl $__PAGE_OFFSET, %esp
83 addl $__PAGE_OFFSET, %esp
Defi_thunk_64.S142 movl 72(%esp), %eax
/linux-4.4.14/arch/x86/boot/
Dbioscall.S62 movzwl %sp, %esp
68 movw 68(%esp), %di /* Original %cx == 3rd argument */
Dpmjump.S60 addl %ebx, %esp
/linux-4.4.14/arch/x86/lguest/
Dhead_32.S47 movl $(init_thread_union+THREAD_SIZE),%esp
183 pushl 2*4(%esp)
/linux-4.4.14/arch/x86/power/
Dhibernate_asm_32.S18 movl %esp, saved_context_esp
69 movl saved_context_esp, %esp
/linux-4.4.14/Documentation/kdump/
Dgdbmacros.txt25 set var $stackp = $next_t.thread.esp
39 set var $stackp = $next_t.thread.esp
66 set var $stackp = $next_t.thread.esp
82 set var $stackp = $next_t.thread.esp
129 set var $stackp = $pid_task.thread.esp
/linux-4.4.14/arch/x86/platform/olpc/
Dxo1-wakeup.S97 movl %esp, saved_context_esp
105 movl saved_context_esp, %esp
/linux-4.4.14/arch/x86/include/uapi/asm/
Dptrace.h33 long esp; member
Dvm86.h81 long esp; member
Dsigcontext.h307 __u32 esp; member
/linux-4.4.14/arch/x86/include/asm/xen/
Dhypercall.h251 HYPERVISOR_stack_switch(unsigned long ss, unsigned long esp) in HYPERVISOR_stack_switch() argument
253 return _hypercall2(int, stack_switch, ss, esp); in HYPERVISOR_stack_switch()
600 unsigned long ss, unsigned long esp) in MULTI_stack_switch() argument
604 mcl->args[1] = esp; in MULTI_stack_switch()
Dinterface_32.h63 uint32_t esp; member
/linux-4.4.14/include/uapi/video/
Duvesafb.h16 __u32 esp; member
/linux-4.4.14/arch/x86/include/asm/
Dlguest.h42 unsigned long esp; member
Duser32.h41 __u32 eflags, esp; member
Dinst.h31 .ifc \r32,%esp
/linux-4.4.14/arch/x86/kvm/
Dtss.h19 u32 esp; member
Demulate.c3002 tss->esp = reg_read(ctxt, VCPU_REGS_RSP); in save_state_to_tss32()
3031 *reg_write(ctxt, VCPU_REGS_RSP) = tss->esp; in load_state_from_tss32()
/linux-4.4.14/tools/perf/arch/x86/util/
Ddwarf-regs.c71 REG_OFFSET_NAME_32("$stack", esp), /* Stack address instead of %sp */
/linux-4.4.14/fs/proc/
Darray.c378 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
397 vsize = eip = esp = 0; in do_task_stat()
404 esp = KSTK_ESP(task); in do_task_stat()
500 seq_put_decimal_ull(m, ' ', esp); in do_task_stat()
/linux-4.4.14/arch/x86/realmode/rm/
Dwakeup_asm.S69 movl $rm_stack_end, %esp
/linux-4.4.14/Documentation/x86/x86_64/
Dmm.txt17 ffffff0000000000 - ffffff7fffffffff (=39 bits) %esp fixup stacks
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt132 > cmpl $-1073741825,64(%esp)
136 > movl 64(%esp),%ebx
192 > c017e795 <do_con_write+d1> cmpl $0xbfffffff,0x40(%esp,1)
195 > c017e7a1 <do_con_write+dd> movl 0x40(%esp,1),%ebx
Dboot.txt1011 IMPORTANT: All the hooks are required to preserve %esp, %ebp, %esi and
/linux-4.4.14/Documentation/
DSecurityBugs31 disclosure is from immediate (esp. if it's already publicly known)
DBUG-HUNTING189 > sub $0xbc, %esp
190 > mov 0xd0(%esp), %ebp ! %ebp = arg0 (skb)
Doops-tracing.txt204 Aug 29 09:51:01 blizard kernel: esi: 00000000 edi: bffffdb3 ebp: 00589f90 esp: 00589f8c
/linux-4.4.14/scripts/
Dmarkup_oops.pl61 $regs{"%esp"} = $4;
/linux-4.4.14/arch/x86/
DMakefile_32.cpu50 # prologue (push %ebp, mov %esp, %ebp) which breaks the function graph
DMakefile159 sp-$(CONFIG_X86_32) := esp
DKconfig369 (esp with 64bit cpus) with acpi support, MADT and DSDT will override it
/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/arch/tile/kernel/
Dstack.c457 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c97 dump->regs.esp = regs->sp; in dump_thread32()
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt122 area (esp. for disks) so that maximal compression is achieved for
/linux-4.4.14/tools/lguest/
Dlguest.c1555 case 4: return getreg(esp) & mask; in getreg_num()
1582 case 4: setreg(esp, val | (getreg(esp) & ~mask)); return; in setreg_num()
/linux-4.4.14/net/netfilter/
DKconfig1123 tristate '"esp" match support'
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3220 esp = 1342630420, ebx = 1348150624, edx = 1280, ecx = 0, eax = 0,
3573 esp = 1342630864, ebx = 256, edx = 0, ecx = 256, eax = 1024, trapno = 14,
/linux-4.4.14/Documentation/filesystems/
Dproc.txt310 esp current value of ESP