/Linux-v5.4/drivers/scsi/ |
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 …]
|
D | jazz_esp.c | 32 static void jazz_esp_write8(struct esp *esp, u8 val, unsigned long reg) in jazz_esp_write8() argument 34 *(volatile u8 *)(esp->regs + reg) = val; in jazz_esp_write8() 37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument 39 return *(volatile u8 *)(esp->regs + reg); in jazz_esp_read8() 42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() argument 44 if (jazz_esp_read8(esp, ESP_STATUS) & ESP_STAT_INTR) in jazz_esp_irq_pending() 49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() argument 51 vdma_disable ((int)esp->dma_regs); in jazz_esp_reset_dma() 54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() argument 59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() argument [all …]
|
D | sun_esp.c | 32 sbus_readl(esp->dma_regs + (REG)) 34 sbus_writel((VAL), esp->dma_regs + (REG)) 47 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of) in esp_sbus_setup_dma() argument 49 esp->dma = dma_of; in esp_sbus_setup_dma() 51 esp->dma_regs = of_ioremap(&dma_of->resource[0], 0, in esp_sbus_setup_dma() 54 if (!esp->dma_regs) in esp_sbus_setup_dma() 59 esp->dmarev = dvmarev0; in esp_sbus_setup_dma() 62 esp->dmarev = dvmaesc1; in esp_sbus_setup_dma() 65 esp->dmarev = dvmarev1; in esp_sbus_setup_dma() 68 esp->dmarev = dvmarev2; in esp_sbus_setup_dma() [all …]
|
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 …]
|
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 …]
|
D | mac_esp.c | 49 #define esp_read8(REG) mac_esp_read8(esp, REG) 50 #define esp_write8(VAL, REG) mac_esp_write8(esp, VAL, REG) 53 struct esp *esp; member 57 static struct esp *esp_chips[2]; 60 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument 61 dev_get_drvdata((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 …]
|
D | sun3x_esp.c | 44 readl(esp->dma_regs + (REG)) 46 writel((VAL), esp->dma_regs + (REG)) 49 *(volatile u32 *)(esp->dma_regs + (REG)) 51 do { *(volatile u32 *)(esp->dma_regs + (REG)) = (VAL); } while (0) 54 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8() argument 56 writeb(val, esp->regs + (reg * 4UL)); in sun3x_esp_write8() 59 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8() argument 61 return readb(esp->regs + (reg * 4UL)); in sun3x_esp_read8() 64 static int sun3x_esp_irq_pending(struct esp *esp) in sun3x_esp_irq_pending() argument 71 static void sun3x_esp_reset_dma(struct esp *esp) in sun3x_esp_reset_dma() argument [all …]
|
D | esp_scsi.h | 355 struct esp; 361 void (*esp_write8)(struct esp *esp, u8 val, unsigned long reg); 362 u8 (*esp_read8)(struct esp *esp, unsigned long reg); 369 int (*irq_pending)(struct esp *esp); 374 u32 (*dma_length_limit)(struct esp *esp, u32 dma_addr, 381 void (*reset_dma)(struct esp *esp); 386 void (*dma_drain)(struct esp *esp); 389 void (*dma_invalidate)(struct esp *esp); 401 void (*send_dma_cmd)(struct esp *esp, u32 dma_addr, u32 esp_count, 407 int (*dma_error)(struct esp *esp); [all …]
|
/Linux-v5.4/arch/x86/entry/ |
D | entry_32.S | 74 testl $X86_EFLAGS_IF, PT_EFLAGS(%esp) # interrupts off? 99 addl $(4 + \pop), %esp 125 add $\pop, %esp 130 99: movl $0, (%esp) 137 98: mov PT_GS(%esp), %gs 141 99: movl $0, PT_GS(%esp) 151 movl \reg, PT_GS(%esp) 175 testl $SEGMENT_RPL_MASK, PT_CS(%esp) 214 andl $0x0000ffff, 3*4(%esp) 217 testl $X86_EFLAGS_VM, 4*4(%esp) [all …]
|
/Linux-v5.4/arch/x86/kernel/ |
D | ftrace_32.S | 37 pushl 4(%esp) /* parent ip */ 39 movl %esp, %ebp 40 pushl 2*4(%esp) /* function ip */ 44 movl %esp, %ebp 53 movl 4*4(%esp), %edx 56 lea 4*4(%esp), %edx 59 movl (MCOUNT_FRAME+4)*4(%esp), %eax /* load the rip */ 70 addl $4, %esp /* skip NULL pointer */ 76 addl $4,%esp /* skip function ip */ 78 addl $4, %esp /* skip parent ip */ [all …]
|
D | relocate_kernel_32.S | 48 movl 20+8(%esp), %ebp /* list of pages */ 50 movl %esp, ESP(%edi) 59 movl 20+4(%esp), %ebx /* page_list */ 60 movl 20+8(%esp), %ebp /* list of pages */ 61 movl 20+12(%esp), %edx /* start address */ 62 movl 20+16(%esp), %ecx /* cpu_has_pae */ 63 movl 20+20(%esp), %esi /* preserve_context */ 89 lea PAGE_SIZE(%edi), %esp 138 addl $8, %esp 165 movl CP_PA_SWAP_PAGE(%edi), %esp [all …]
|
D | head_32.S | 86 leal -__PAGE_OFFSET(%ecx),%esp 184 movl %ecx, %esp 207 leal -__PAGE_OFFSET(%ecx),%esp 296 addl $__PAGE_OFFSET, %esp 396 # 36(%esp) %eflags 397 # 32(%esp) %cs 398 # 28(%esp) %eip 405 pushl $i # 20(%esp) Vector number 441 movl PT_GS(%esp), %edx 444 movw %gs, PT_GS(%esp) [all …]
|
/Linux-v5.4/net/ipv4/ |
D | esp4_offload.c | 212 struct esp_info esp; in esp_xmit() local 216 esp.inplace = true; in esp_xmit() 230 esp.proto = xo->proto; in esp_xmit() 237 esp.tfclen = 0; in esp_xmit() 241 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit() 242 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit() 243 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit() 245 esp.esph = ip_esp_hdr(skb); in esp_xmit() 249 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit() 250 if (esp.nfrags < 0) in esp_xmit() [all …]
|
D | esp4.c | 228 static int esp_output_udp_encap(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_udp_encap() argument 235 struct ip_esp_hdr *esph = esp->esph; in esp_output_udp_encap() 244 len = skb->len + esp->tailen - skb_transport_offset(skb); in esp_output_udp_encap() 267 esp->esph = esph; in esp_output_udp_encap() 272 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() argument 280 int tailen = esp->tailen; in esp_output_head() 284 int err = esp_output_udp_encap(x, skb, esp); in esp_output_head() 303 esp->inplace = false; in esp_output_head() 321 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 348 esph_offset = (unsigned char *)esp->esph - skb_transport_header(skb); in esp_output_head() [all …]
|
/Linux-v5.4/arch/x86/xen/ |
D | xen-asm_32.S | 53 2: movw $0, (%esp) 61 testl $(X86_EFLAGS_VM | XEN_EFLAGS_NMI), 8(%esp) 79 testb $X86_EFLAGS_IF>>8, 8+1+ESP_OFFSET(%esp) 179 movl PT_CS(%esp), %ecx 184 lea PT_ORIG_EAX(%esp), %esi 185 lea PT_EFLAGS(%esp), %edi 195 movl %eax, PT_EAX(%esp) 205 lea 4(%edi), %esp /* point esp to new frame */
|
/Linux-v5.4/arch/x86/lib/ |
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) 284 subl $4,%esp 288 movl ARGBASE+16(%esp),%eax # sum [all …]
|
/Linux-v5.4/net/ipv6/ |
D | esp6_offload.c | 238 struct esp_info esp; in esp6_xmit() local 242 esp.inplace = true; in esp6_xmit() 254 esp.proto = xo->proto; in esp6_xmit() 261 esp.tfclen = 0; in esp6_xmit() 265 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit() 266 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit() 267 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit() 270 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit() 271 if (esp.nfrags < 0) in esp6_xmit() 272 return esp.nfrags; in esp6_xmit() [all …]
|
D | esp6.c | 226 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() argument 233 int tailen = esp->tailen; in esp6_output_head() 248 esp->inplace = false; in esp6_output_head() 266 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 299 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 307 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_tail() argument 335 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, seqhilen); in esp6_output_tail() 344 if (esp->inplace) in esp6_output_tail() 347 dsg = &sg[esp->nfrags]; in esp6_output_tail() 351 sg_init_table(sg, esp->nfrags); in esp6_output_tail() [all …]
|
/Linux-v5.4/arch/x86/um/ |
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
|
D | stub_32.S | 9 mov $(STUB_DATA+8), %esp 13 mov 0x0(%esp), %eax 22 mov %esp, STUB_DATA+4 25 add %eax, %esp
|
/Linux-v5.4/arch/h8300/kernel/ |
D | traps.c | 118 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument 123 if (esp == NULL) in show_stack() 124 esp = (unsigned long *) &esp; in show_stack() 126 stack = esp; in show_stack() 140 stack = esp; in show_stack()
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | l2tp.sh | 236 tmpl proto esp mode transport 240 tmpl proto esp mode transport 244 tmpl proto esp mode transport 248 tmpl proto esp mode transport 252 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \ 257 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \ 262 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \ 267 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \ 275 tmpl proto esp mode transport 279 tmpl proto esp mode transport [all …]
|
/Linux-v5.4/include/net/ |
D | esp.h | 27 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 28 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 30 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp); 31 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
|
/Linux-v5.4/Documentation/devicetree/bindings/net/wireless/ |
D | esp,esp8089.txt | 9 - compatible : Should be "esp,esp8089". 12 - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter 26 compatible = "esp,esp8089"; 28 esp,crystal-26M-en = <2>;
|
/Linux-v5.4/arch/x86/math-emu/ |
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
|