Home
last modified time | relevance | path

Searched refs:outs (Results 1 – 17 of 17) sorted by relevance

/arch/sparc/kernel/
Diommu_common.h41 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()
Diommu.c529 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 …]
Dpci_sun4v.c346 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/
Diommu.c437 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/
DMakefile11 ins.o outs.o
/arch/m68k/ifpsp060/
DREADME51 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
DTEST.DOC81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
107 68060ISP-TEST Call-outs:
112 68060FPSP-TEST Call-outs:
Dfpsp.doc87 listed in "68060FPSP call-outs" below). Each field entry should contain
112 68060FPSP call-outs: (details in fskeleton.s)
Disp.doc95 listed in "68060ISP call-outs" below). Each field entry should contain
121 68060ISP call-outs: (details in iskeleton.s)
/arch/x86/include/asm/
Dio.h297 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
/arch/avr32/include/asm/
Dio.h196 static inline void outs##bwl(unsigned long port, const void *data, \
/arch/sh/include/asm/
Dio.h194 static inline void outs##bwlq(unsigned long port, const void *addr, \
/arch/mips/include/asm/
Dio.h512 static inline void outs##bwlq(unsigned long port, const void *addr, \
/arch/m68k/fpsp040/
Dfpsp.h174 | ;on packed move outs. NOTE: this
/arch/m68k/ifpsp060/src/
Dpfpsp.S1498 # Separate packed move outs from the UNNORM and DENORM move outs.
4288 # separate move ins from move outs...
Dfpsp.S1499 # Separate packed move outs from the UNNORM and DENORM move outs.
18239 # separate move ins from move outs...
/arch/x86/kvm/
Demulate.c3954 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */