| /linux/drivers/scsi/ |
| H A D | esp_scsi.c | 58 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 63 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 68 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 73 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 78 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 83 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 88 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 93 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 98 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ 103 shost_printk(KERN_DEBUG, esp->host, f, ## a); \ [all …]
|
| H A D | zorro_esp.c | 158 struct esp *esp; /* our ESP instance - for Scsi_host* */ member 172 static void zorro_esp_write8(struct esp *esp, u8 val, unsigned long reg) in zorro_esp_write8() argument 174 writeb(val, esp->regs + (reg * 4UL)); in zorro_esp_write8() 177 static u8 zorro_esp_read8(struct esp *esp, unsigned long reg) in zorro_esp_read8() argument 179 return readb(esp->regs + (reg * 4UL)); in zorro_esp_read8() 182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() argument 185 if (zorro_esp_read8(esp, ESP_STATUS) & ESP_STAT_INTR) in zorro_esp_irq_pending() 191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() argument 193 struct cyber_dma_registers __iomem *dregs = esp->dma_regs; in cyber_esp_irq_pending() 197 return ((zorro_esp_read8(esp, ESP_STATUS) & ESP_STAT_INTR) && in cyber_esp_irq_pending() [all …]
|
| H A D | am53c974.c | 27 shost_printk(KERN_DEBUG, esp->host, f, ##a); \ 92 struct esp *esp; member 96 static void pci_esp_dma_drain(struct esp *esp); 98 static inline struct pci_esp_priv *pci_esp_get_priv(struct esp *esp) in pci_esp_get_priv() argument 100 return dev_get_drvdata(esp->dev); in pci_esp_get_priv() 103 static void pci_esp_write8(struct esp *esp, u8 val, unsigned long reg) in pci_esp_write8() argument 105 iowrite8(val, esp->regs + (reg * 4UL)); in pci_esp_write8() 108 static u8 pci_esp_read8(struct esp *esp, unsigned long reg) in pci_esp_read8() argument 110 return ioread8(esp->regs + (reg * 4UL)); in pci_esp_read8() 113 static void pci_esp_write32(struct esp *esp, u32 val, unsigned long reg) in pci_esp_write32() argument [all …]
|
| H A D | esp_scsi.h | 365 struct esp; 371 void (*esp_write8)(struct esp *esp, u8 val, unsigned long reg); 372 u8 (*esp_read8)(struct esp *esp, unsigned long reg); 379 int (*irq_pending)(struct esp *esp); 384 u32 (*dma_length_limit)(struct esp *esp, u32 dma_addr, 391 void (*reset_dma)(struct esp *esp); 396 void (*dma_drain)(struct esp *esp); 399 void (*dma_invalidate)(struct esp *esp); 411 void (*send_dma_cmd)(struct esp *esp, u32 dma_addr, u32 esp_count, 417 int (*dma_error)(struct esp *esp); [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | ftrace_32.S | 35 pushl 4(%esp) /* parent ip */ 37 movl %esp, %ebp 38 pushl 2*4(%esp) /* function ip */ 42 movl %esp, %ebp 51 movl 4*4(%esp), %edx 54 lea 4*4(%esp), %edx 57 movl (MCOUNT_FRAME+4)*4(%esp), %eax /* load the rip */ 68 addl $4, %esp /* skip NULL pointer */ 74 addl $4,%esp /* skip function ip */ 76 addl $4, %esp /* skip parent ip */ [all …]
|
| H A D | sev_verify_cbit.S | 80 xorl %esp, %esp
|
| /linux/net/ipv6/ |
| H A D | esp6_offload.c | 311 struct esp_info esp; in esp6_xmit() local 315 esp.inplace = true; in esp6_xmit() 327 esp.proto = xo->proto; in esp6_xmit() 334 esp.tfclen = 0; in esp6_xmit() 338 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 339 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 340 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit() 343 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit() 344 if (esp.nfrags < 0) in esp6_xmit() 345 return esp.nfrags; in esp6_xmit() [all …]
|
| /linux/net/ipv4/ |
| H A D | esp4_offload.c | 273 struct esp_info esp; in esp_xmit() local 278 esp.inplace = true; in esp_xmit() 292 esp.proto = xo->proto; in esp_xmit() 299 esp.tfclen = 0; in esp_xmit() 303 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 304 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 305 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit() 307 esp.esph = ip_esp_hdr(skb); in esp_xmit() 313 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit() 314 if (esp.nfrags < 0) in esp_xmit() [all …]
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_stub_32.S | 17 movl %esp, %ebp 20 push 16(%esp) 21 push 16(%esp) 41 subl $__PAGE_OFFSET, %esp 49 movl 36(%esp), %edx // &efi.runtime 57 movl 16(%esp), %ebx
|
| /linux/arch/x86/um/ |
| H A D | setjmp_32.S | 11 # %esp 26 movl 4(%esp),%edx 31 movl %esp,4(%edx) # Post-return %esp! 49 movl 4(%esp),%edx # jmp_ptr address 50 movl 8(%esp),%eax # Return value 53 movl 4(%edx),%esp
|
| /linux/tools/testing/selftests/net/ |
| H A D | l2tp.sh | 230 tmpl proto esp mode transport 234 tmpl proto esp mode transport 238 tmpl proto esp mode transport 242 tmpl proto esp mode transport 246 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \ 251 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \ 256 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \ 261 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \ 269 tmpl proto esp mode transport 273 tmpl proto esp mode transport [all …]
|
| H A D | vrf-xfrm-tests.sh | 218 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel 223 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel 228 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel 233 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel 239 tmpl src ${HOST1_6} dst ${HOST2_6} proto esp mode tunnel 244 tmpl src ${HOST1_6} dst ${HOST2_6} proto esp mode tunnel 249 tmpl src ${HOST2_6} dst ${HOST1_6} proto esp mode tunnel 254 tmpl src ${HOST2_6} dst ${HOST1_6} proto esp mode tunnel 260 proto esp spi ${SPI_1} reqid 0 mode tunnel \ 267 proto esp spi ${SPI_1} reqid 0 mode tunnel \ [all …]
|
| H A D | xfrm_policy.sh | 38 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu… 40 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu… 52 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 … 53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 … 148 …ip -net $ns xfrm policy add dst $encryptip dir out tmpl src $me dst $remote proto esp mode tunnel … 272 …c e000:0001::0000 dst ff01::0014:0000:0001 dir in tmpl src :: dst :: proto esp mode tunnel priorit… 275 …cy update src e000:0001::0000 dst ff01::01 dir in tmpl src :: dst :: proto esp mode tunnel priorit…
|
| /linux/arch/x86/lib/ |
| H A D | checksum_32.S | 52 movl 20(%esp),%eax # Function arg: unsigned int sum 53 movl 16(%esp),%ecx # Function arg: int len 54 movl 12(%esp),%esi # Function arg: unsigned char *buff 124 testb $1, 12(%esp) 140 movl 20(%esp),%eax # Function arg: unsigned int sum 141 movl 16(%esp),%ecx # Function arg: int len 142 movl 12(%esp),%esi # Function arg: const unsigned char *buf 242 testb $1, 12(%esp) 273 subl $4,%esp 277 movl ARGBASE+12(%esp),%ecx # len [all …]
|
| H A D | atomic64_cx8_32.S | 141 cmpl %eax, 0(%esp) 154 addl $8, %esp 159 cmpl %edx, 4(%esp)
|
| /linux/arch/openrisc/kernel/ |
| H A D | traps.c | 68 void show_stack(struct task_struct *task, unsigned long *esp, const char *loglvl) in show_stack() argument 70 if (esp == NULL) in show_stack() 71 esp = (unsigned long *)&esp; in show_stack() 74 unwind_stack((void *)loglvl, esp, print_trace); in show_stack() 81 unsigned long esp; in show_registers() local 83 esp = (unsigned long)(regs->sp); in show_registers() 118 show_stack(NULL, (unsigned long *)esp, KERN_EMERG); in show_registers() 120 if (esp < PAGE_OFFSET) in show_registers() 127 if (__get_user(word, &((unsigned long *)esp)[i])) { in show_registers() 133 print_data(esp, word, i); in show_registers()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | mem_encrypt.S | 103 cmpl $0x72, 16(%esp) 111 movl %edx, 12(%esp) # Store result 118 movl %edx, 8(%esp) # Store result 125 movl %edx, 4(%esp) # Store result 132 movl %edx, 0(%esp) # Store result 142 cmpl $0x8000001f, 12(%esp) 150 btl $1, 12(%esp) 160 addl $4, %esp 163 addl $2, (%esp)
|
| H A D | head_32.S | 58 leal (BP_scratch+4)(%esi), %esp 104 leal boot_stack_end@GOTOFF(%ebx), %esp 161 addl $24, %esp
|
| /linux/include/net/ |
| H A D | esp.h | 44 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 45 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 47 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 48 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
| /linux/arch/x86/math-emu/ |
| H A D | mul_Xsig.S | 30 movl %esp,%ebp 31 subl $16,%esp 71 movl %esp,%ebp 72 subl $16,%esp 125 movl %esp,%ebp 126 subl $16,%esp
|
| /linux/tools/testing/selftests/x86/ |
| H A D | raw_syscall_helper_32.S | 9 movl 5*4(%esp), %eax /* pointer to args struct */ 19 call *(6*4)(%esp) /* Do the syscall */ 23 movl 6*4(%esp), %eax
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | wakeup_32.S | 32 movl saved_context_esp, %esp 53 leal 4(%esp), %eax 80 addl $4, %esp
|
| /linux/arch/um/kernel/ |
| H A D | exec.c | 31 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument 34 PT_REGS_SP(regs) = esp; in start_thread()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | regs_load.S | 67 movl 8(%esp), %edi 77 leal 4(%esp), %eax /* exclude this call. */ 80 movl 0(%esp), %eax
|
| /linux/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 216 mov ctx + 16(%esp), %ebp /* abuse the base pointer: set new base 218 mov in_blk+16(%esp),%edi /* input address in edi */ 252 mov out_blk+16(%esp),%edi; 273 mov ctx + 16(%esp), %ebp /* abuse the base pointer: set new base 275 mov in_blk+16(%esp),%edi /* input address in edi */ 309 mov out_blk+16(%esp),%edi;
|