Searched refs:virt (Results 1 - 25 of 460) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/xen/
H A Denlighten_pv.c523 void *virt; local
541 virt = __va(PFN_PHYS(pfn));
544 make_lowmem_page_readonly(virt);
/linux-master/arch/xtensa/include/asm/
H A Dcacheflush.h73 static inline void __flush_invalidate_dcache_page_alias(unsigned long virt, argument
75 static inline void __invalidate_dcache_page_alias(unsigned long virt, argument
81 static inline void __invalidate_icache_page_alias(unsigned long virt, argument
/linux-master/arch/s390/crypto/
H A Dpaes_s390.c234 walk.dst.virt.addr, walk.src.virt.addr, n);
351 walk.dst.virt.addr, walk.src.virt.addr, n);
531 walk.dst.virt.addr, walk.src.virt.addr, n);
669 k = cpacf_kmctr(ctx->fc, &param, walk.dst.virt.addr,
670 walk.src.virt.addr, n, ctrptr);
696 memcpy(buf, walk.src.virt.addr, nbytes);
708 memcpy(walk.dst.virt
[all...]
/linux-master/drivers/mtd/
H A Dmtdcore.c1423 void **virt, resource_size_t *phys)
1428 *virt = NULL;
1439 return master->_point(master, from, len, retlen, virt, phys);
1467 void *virt; local
1470 ret = mtd_point(mtd, offset, len, &retlen, &virt, NULL);
1477 return (unsigned long)virt;
1422 mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, void **virt, resource_size_t *phys) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c5204 ce_payload_cpu_addr = adev->virt.csa_cpu_addr + payload_offset;
5236 de_payload_cpu_addr = adev->virt.csa_cpu_addr + payload_offset;
5438 ce_payload_cpu_addr = adev->virt.csa_cpu_addr + offset;
5541 de_payload_cpu_addr = adev->virt.csa_cpu_addr + offset;
H A Dgfx_v11_0.c5698 de_payload_cpu_addr = adev->virt.csa_cpu_addr + offset;
H A Dgfx_v10_0.c8634 ce_payload_cpu_addr = adev->virt.csa_cpu_addr + offset;
8677 de_payload_cpu_addr = adev->virt.csa_cpu_addr + offset;
H A Damdgpu_job.c88 adev->virt.tdr_debug = true;
H A Damdgpu_device.c2742 r = amdgpu_allocate_static_csa(adev, &adev->virt.csa_obj,
3201 if (amdgpu_sriov_vf(adev) && adev->virt.ras_init_done)
3215 amdgpu_free_static_csa(&adev->virt.csa_obj);
3647 adev->virt.caps |= AMDGPU_SRIOV_CAPS_SRIOV_VBIOS;
3650 adev->virt.caps |= AMDGPU_SRIOV_CAPS_SRIOV_VBIOS;
3653 if (!(adev->virt.caps & AMDGPU_SRIOV_CAPS_SRIOV_VBIOS))
3962 mutex_init(&adev->virt.vf_errors.lock);
4082 if (adev->virt.fw_reserve.p_pf2vf)
4084 adev->virt.fw_reserve.p_pf2vf)->pcie_atomic_ops_support_flags ==
4341 adev->virt
[all...]
H A Damdgpu.h1070 struct amdgpu_virt virt; member in struct:amdgpu_device
/linux-master/arch/x86/kvm/
H A DMakefile6 include $(srctree)/virt/kvm/Makefile.kvm
/linux-master/arch/powerpc/crypto/
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/drivers/scsi/
H A Dscsi_lib.c3152 * @virt: virtual address to be unmapped
3154 void scsi_kunmap_atomic_sg(void *virt) argument
3156 kunmap_atomic(virt);
/linux-master/arch/arm64/kernel/
H A Dhead.S36 #include <asm/virt.h>
429 * in w0. See arch/arm64/include/asm/virt.h for more info.
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1241 memcpy(snapshot->data, bo->virt, bo->size);
/linux-master/arch/arm64/kvm/
H A Dmmu.c21 #include <asm/virt.h>
191 void *virt; local
194 virt = kvm_mmu_memory_cache_alloc(mc);
195 if (virt)
196 kvm_account_pgtable_pages(virt, 1);
197 return virt;
207 void *virt = kvm_host_zalloc_pages_exact(size); local
209 if (virt)
210 kvm_account_pgtable_pages(virt, (size >> PAGE_SHIFT));
211 return virt;
214 kvm_s2_free_pages_exact(void *virt, size_t size) argument
[all...]
H A Darm.c35 #include <asm/virt.h>
1041 * Documentation/virt/kvm/vcpu-requests.rst
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1014 void *virt; /* virtual address. */ member in struct:lpfc_sglq
H A Dlpfc_vport.c170 memcpy(&vport->fc_sparam, mp->virt, sizeof (struct serv_parm));
H A Dlpfc_sli.c2891 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3226 fc_hdr = nvmebuf->hbuf.virt;
3286 axchg->payload = nvmebuf->dbuf.virt;
5856 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
5897 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, dma_size,
5899 if (!dmabuf->virt) {
5920 dmabuf->virt, dmabuf->phys);
5933 memcpy(vpd, dmabuf->virt, *vpd_size);
5936 dmabuf->virt, dmabuf->phys);
6884 dmabuf->virt, dmabu
[all...]
H A Dlpfc_nvmet.c435 fc_hdr = (struct fc_frame_header *)(nvmebuf->hbuf.virt);
905 dmabuf.virt = &bpl;
1924 (nvmebuf->hbuf.virt);
2210 payload = (uint32_t *)(nvmebuf->dbuf.virt);
2413 fc_hdr = (struct fc_frame_header *)(nvmebuf->hbuf.virt);
H A Dlpfc_nvme.c341 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
436 bpl = (struct ulp_bde64 *)bmp->virt;
599 bmp->virt = lpfc_mbuf_alloc(vport->phba, MEM_PRI, &(bmp->phys));
600 if (!bmp->virt) {
611 bpl = (struct ulp_bde64 *)bmp->virt;
640 lpfc_mbuf_free(vport->phba, bmp->virt, bmp->phys);
H A Dlpfc_nportdisc.c185 lp = (uint32_t *) prsp->virt;
346 lp = (uint32_t *) pcmd->virt;
719 lp = (uint32_t *) pcmd->virt;
936 payload = cmdiocb->cmd_dmabuf->virt;
983 lp = (uint32_t *)pcmd->virt;
1247 uint32_t *lp = (uint32_t *) pcmd->virt;
1383 lp = (uint32_t *) prsp->virt;
H A Dlpfc_mbox.c71 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
72 if (!mp->virt) {
77 memset(mp->virt, 0, LPFC_BPL_SIZE);
111 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
113 lpfc_mbuf_free(phba, mp->virt, mp->phys);
837 sparam = mp->virt;
1046 (uint8_t *) phba->slim2p.virt;
1057 (uint8_t *)phba->slim2p.virt;
1339 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt;
1375 offset = (uint8_t *)phba->mbox - (uint8_t *)phba->slim2p.virt;
[all...]
H A Dlpfc_init.c469 memcpy(&vport->fc_sparam, mp->virt, sizeof (struct serv_parm));
470 lpfc_mbuf_free(phba, mp->virt, mp->phys);
987 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1554 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
2817 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys);
2818 if (!mp1 || !mp1->virt) {
2830 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI,
2832 if (!mp2 || !mp2->virt) {
2834 lpfc_mbuf_free(phba, mp1->virt, mp1->phys);
2864 lpfc_mbuf_free(phba, mp1->virt, mp
[all...]

Completed in 388 milliseconds

1234567891011>>