Home
last modified time | relevance | path

Searched refs:outs (Results 1 – 16 of 16) 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.c436 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 …]
Dpci_sun4v.c472 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/
Dio.h115 __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/
Diommu.c476 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/
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.h302 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
/arch/sh/include/asm/
Dio.h191 static inline void outs##bwlq(unsigned long port, const void *addr, \
/arch/mips/include/asm/
Dio.h459 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.c4641 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */