Searched refs:outs (Results 1 – 17 of 17) 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 | 529 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local 559 outs = s = segstart = &sglist[0]; in dma_4u_map_sg() 565 outs->dma_length = 0; in dma_4u_map_sg() 615 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg() 617 seg_boundary_size, outs, s))) { in dma_4u_map_sg() 621 outs = sg_next(outs); in dma_4u_map_sg() 623 outs->dma_length += s->length; in dma_4u_map_sg() 629 outs->dma_address = dma_addr; in dma_4u_map_sg() 630 outs->dma_length = slen; in dma_4u_map_sg() 641 outs = sg_next(outs); in dma_4u_map_sg() [all …]
|
D | pci_sun4v.c | 346 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local 366 outs = s = segstart = &sglist[0]; in dma_4v_map_sg() 372 outs->dma_length = 0; in dma_4v_map_sg() 426 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg() 428 seg_boundary_size, outs, s))) { in dma_4v_map_sg() 432 outs = sg_next(outs); in dma_4v_map_sg() 434 outs->dma_length += s->length; in dma_4v_map_sg() 440 outs->dma_address = dma_addr; in dma_4v_map_sg() 441 outs->dma_length = slen; in dma_4v_map_sg() 457 outs = sg_next(outs); in dma_4v_map_sg() [all …]
|
/arch/powerpc/kernel/ |
D | iommu.c | 437 struct scatterlist *s, *outs, *segstart; in iommu_map_sg() local 448 outs = s = segstart = &sglist[0]; in iommu_map_sg() 454 outs->dma_length = 0; in iommu_map_sg() 511 (outs->dma_length + s->length > max_seg_size)) { in iommu_map_sg() 515 outs = sg_next(outs); in iommu_map_sg() 518 outs->dma_length += s->length; in iommu_map_sg() 519 DBG(" merged, new len: %ux\n", outs->dma_length); in iommu_map_sg() 526 outs->dma_address = dma_addr; in iommu_map_sg() 527 outs->dma_length = slen; in iommu_map_sg() 546 outs = sg_next(outs); in iommu_map_sg() [all …]
|
/arch/blackfin/lib/ |
D | Makefile | 11 ins.o outs.o
|
/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 | 297 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
|
/arch/avr32/include/asm/ |
D | io.h | 196 static inline void outs##bwl(unsigned long port, const void *data, \
|
/arch/sh/include/asm/ |
D | io.h | 194 static inline void outs##bwlq(unsigned long port, const void *addr, \
|
/arch/mips/include/asm/ |
D | io.h | 512 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 | 3954 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
|