Searched refs:outs (Results 1 – 16 of 16) sorted by relevance
/arch/sparc/kernel/ |
D | iommu_common.h | 41 struct scatterlist *outs, in is_span_boundary() argument 44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs); in is_span_boundary() 45 int nr = iommu_num_pages(paddr, outs->dma_length + sg->length, in is_span_boundary()
|
D | iommu.c | 436 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local 466 outs = s = segstart = &sglist[0]; in dma_4u_map_sg() 472 outs->dma_length = 0; in dma_4u_map_sg() 522 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg() 524 seg_boundary_size, outs, s))) { in dma_4u_map_sg() 528 outs = sg_next(outs); in dma_4u_map_sg() 530 outs->dma_length += s->length; in dma_4u_map_sg() 536 outs->dma_address = dma_addr; in dma_4u_map_sg() 537 outs->dma_length = slen; in dma_4u_map_sg() 548 outs = sg_next(outs); in dma_4u_map_sg() [all …]
|
D | pci_sun4v.c | 472 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local 499 outs = s = segstart = &sglist[0]; in dma_4v_map_sg() 505 outs->dma_length = 0; in dma_4v_map_sg() 565 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg() 567 seg_boundary_size, outs, s))) { in dma_4v_map_sg() 571 outs = sg_next(outs); in dma_4v_map_sg() 573 outs->dma_length += s->length; in dma_4v_map_sg() 579 outs->dma_address = dma_addr; in dma_4v_map_sg() 580 outs->dma_length = slen; in dma_4v_map_sg() 596 outs = sg_next(outs); in dma_4v_map_sg() [all …]
|
/arch/riscv/include/asm/ |
D | io.h | 115 __io_writes_outs(outs, u8, b, __io_pbw(), __io_paw()) 116 __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw()) 117 __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw()) 132 __io_writes_outs(outs, u64, q, __io_pbr(), __io_paw())
|
/arch/powerpc/kernel/ |
D | iommu.c | 476 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local 487 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg() 493 outs->dma_length = 0; in ppc_iommu_map_sg() 551 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg() 555 outs = sg_next(outs); in ppc_iommu_map_sg() 558 outs->dma_length += s->length; in ppc_iommu_map_sg() 559 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 566 outs->dma_address = dma_addr; in ppc_iommu_map_sg() 567 outs->dma_length = slen; in ppc_iommu_map_sg() 586 outs = sg_next(outs); in ppc_iommu_map_sg() [all …]
|
/arch/m68k/ifpsp060/ |
D | README | 51 fskeleton.s Sample Call-outs needed by fpsp.sa and pfpsp.sa 53 iskeleton.s Sample Call-outs needed by isp.sa 55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
|
D | TEST.DOC | 81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field 107 68060ISP-TEST Call-outs: 112 68060FPSP-TEST Call-outs:
|
D | fpsp.doc | 87 listed in "68060FPSP call-outs" below). Each field entry should contain 112 68060FPSP call-outs: (details in fskeleton.s)
|
D | isp.doc | 95 listed in "68060ISP call-outs" below). Each field entry should contain 121 68060ISP call-outs: (details in iskeleton.s)
|
/arch/x86/include/asm/ |
D | io.h | 302 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
|
/arch/sh/include/asm/ |
D | io.h | 191 static inline void outs##bwlq(unsigned long port, const void *addr, \
|
/arch/mips/include/asm/ |
D | io.h | 459 static inline void outs##bwlq(unsigned long port, const void *addr, \
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 174 | ;on packed move outs. NOTE: this
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1498 # Separate packed move outs from the UNNORM and DENORM move outs. 4288 # separate move ins from move outs...
|
D | fpsp.S | 1499 # Separate packed move outs from the UNNORM and DENORM move outs. 18239 # separate move ins from move outs...
|
/arch/x86/kvm/ |
D | emulate.c | 4641 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
|