Searched refs:virt (Results 151 - 175 of 460) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c93 aes_p8_cbc_encrypt(walk.src.virt.addr,
94 walk.dst.virt.addr,
H A Dchacha-p10-glue.c107 chacha_crypt_generic(state, walk.dst.virt.addr,
108 walk.src.virt.addr, nbytes,
112 chacha_p10_do_8x(state, walk.dst.virt.addr,
113 walk.src.virt.addr, nbytes, ctx->nrounds);
/linux-master/arch/powerpc/mm/
H A Dmmu_decl.h92 extern void setbat(int index, unsigned long virt, phys_addr_t phys,
122 void create_kaslr_tlb_entry(int entry, unsigned long virt, phys_addr_t phys);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c128 lpfc_mbuf_free(phba, mp->virt, mp->phys);
134 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
174 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp->phys);
175 if (!mp->virt) {
187 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &bmp->phys);
188 if (!bmp->virt) {
196 bpl = (struct ulp_bde64 *)bmp->virt;
204 ct_rsp = (struct lpfc_sli_ct_request *)mp->virt;
259 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
263 lpfc_mbuf_free(phba, mp->virt, m
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_cmds.c21 if (nport->dma.virt) {
23 nport->dma.virt, nport->dma.phys);
158 payload = nport->dma.virt;
165 dma_free_coherent(&efc->pci->dev, nport->dma.size, nport->dma.virt,
180 nport->dma.virt = dma_alloc_coherent(&efc->pci->dev,
183 if (!nport->dma.virt) {
339 if (domain->dma.virt) {
341 domain->dma.size, domain->dma.virt,
467 domain->dma.virt = dma_alloc_coherent(&efc->pci->dev,
470 if (!domain->dma.virt) {
[all...]
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c65 memcpy(vb2_plane_vaddr(vb2_buf, 0), desc->virt,
94 if (desc->virt) {
95 dma_free_coherent(&dev->pci_dev->dev, desc->size, desc->virt,
97 desc->virt = NULL;
107 void *virt; local
109 WARN(vc->dma_descs[pb].virt,
113 virt = dma_alloc_coherent(&dev->pci_dev->dev, len,
115 if (!virt) {
122 vc->dma_descs[pb].virt = virt;
276 void *virt; local
[all...]
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c110 u8 *virt; /* read/write virtual data, not hw */ member in struct:perm_bits
179 __le32 virt = 0; local
183 memcpy(&virt, perm->virt + offset, count);
186 if (cpu_to_le32(~0U >> (32 - (count * 8))) != virt) {
195 *val = (phys_val & ~virt) | (*val & virt);
205 __le32 virt = 0, write = 0; local
212 memcpy(&virt, perm->virt
379 p_setb(struct perm_bits *p, int off, u8 virt, u8 write) argument
386 p_setw(struct perm_bits *p, int off, u16 virt, u16 write) argument
393 p_setd(struct perm_bits *p, int off, u32 virt, u32 write) argument
[all...]
/linux-master/arch/powerpc/boot/
H A Dof.h12 unsigned int of_claim(unsigned long virt, unsigned long size,
/linux-master/include/linux/
H A Dmmiotrace.h99 unsigned long virt; /* base virtual address */ member in struct:mmiotrace_map
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c124 walk->src.virt.addr, walk->dst.virt.addr);
129 ops->crypt_tail(state, walk->nbytes, walk->src.virt.addr,
130 walk->dst.virt.addr);
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c123 chacha_crypt_generic(state, walk.dst.virt.addr,
124 walk.src.virt.addr, nbytes,
128 chacha_doneon(state, walk.dst.virt.addr,
129 walk.src.virt.addr, nbytes, ctx->nrounds);
/linux-master/arch/arm/include/debug/
H A Dstm32.S23 ldr \rv, =CONFIG_DEBUG_UART_VIRT @ virt base
H A Dat91.S15 ldr \rv, =CONFIG_DEBUG_UART_VIRT @ System peripherals (virt address)
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dalx.h116 void *virt; member in struct:alx_priv::__anon174
/linux-master/arch/arm64/kernel/
H A Dhibernate-asm.S16 #include <asm/virt.h>
/linux-master/arch/arm/xen/
H A Dhypercall.S51 #include <asm/opcodes-virt.h>
/linux-master/arch/m68k/virt/
H A Dplatform.c6 #include <asm/virt.h>
/linux-master/include/linux/soc/ti/
H A Dknav_qmss.h79 dma_addr_t knav_pool_desc_virt_to_dma(void *ph, void *virt);
/linux-master/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c773 unsigned int virt; local
789 virt = bo->start;
793 isp_mmu_map(&bdev->mmu, virt,
797 virt += (1 << PAGE_SHIFT);
823 virt = bo->start;
825 isp_mmu_unmap(&bdev->mmu, virt, 1);
826 virt += pgnr_to_size(1);
850 unsigned int virt; local
865 virt = bo->start;
868 isp_mmu_unmap(&bdev->mmu, virt,
1038 unsigned int virt; local
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c28 * @virt: Source structure from which to translate/copy.
31 static void marshal_virt_to_resize(struct dk_cxlflash_uvirtual *virt, argument
34 resize->hdr = virt->hdr;
35 resize->context_id = virt->context_id;
36 resize->rsrc_handle = virt->rsrc_handle;
37 resize->req_size = virt->lun_size;
38 resize->last_lba = virt->last_lba;
980 struct dk_cxlflash_uvirtual *virt = (struct dk_cxlflash_uvirtual *)arg; local
983 u64 ctxid = DECODE_CTXID(virt->context_id),
984 rctxid = virt
[all...]
/linux-master/drivers/mtd/hyperbus/
H A Dhbmc-am654.c130 memcpy_fromio(to, hbdev->map.virt + from, len);
194 priv->hbdev.map.virt = devm_ioremap_resource(dev, &res);
195 if (IS_ERR(priv->hbdev.map.virt))
196 return PTR_ERR(priv->hbdev.map.virt);
/linux-master/drivers/mtd/maps/
H A Dsa1100-flash.c62 if (subdev->map.virt)
63 iounmap(subdev->map.virt);
104 subdev->map.virt = ioremap(phys, size);
105 if (!subdev->map.virt) {
/linux-master/drivers/infiniband/core/
H A Dumem.c70 * @virt: IOVA
81 unsigned long virt)
88 umem->iova = va = virt;
105 bits_per((umem->length - 1 + virt) ^ virt));
79 ib_umem_find_best_pgsz(struct ib_umem *umem, unsigned long pgsz_bitmap, unsigned long virt) argument
/linux-master/arch/um/kernel/skas/
H A Duaccess.c46 static pte_t *maybe_map(unsigned long virt, int is_write) argument
48 pte_t *pte = virt_to_pte(current->mm, virt);
53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code);
56 pte = virt_to_pte(current->mm, virt);
/linux-master/tools/perf/tests/shell/common/
H A Dinit.sh98 VIRT=`systemd-detect-virt 2>/dev/null`

Completed in 214 milliseconds

1234567891011>>