Searched refs:phys_to_virt (Results 51 - 75 of 150) sorted by last modified time

123456

/linux-master/arch/loongarch/mm/
H A Dkasan_init.c269 void *start = (void *)phys_to_virt(pa_start);
270 void *end = (void *)phys_to_virt(pa_end);
/linux-master/drivers/usb/gadget/udc/
H A Dpch_udc.c1483 td = phys_to_virt(addr);
1621 td_data = phys_to_virt(td_data->next);
2038 td_data = phys_to_virt(td_data->next);
2129 td = phys_to_virt(addr);
/linux-master/drivers/scsi/
H A Dinitio.c2882 initio_init(host, phys_to_virt(((u32)bios_seg << 4)));
H A Datari_scsi.c319 memcpy(atari_dma_orig_addr, phys_to_virt(atari_dma_startaddr),
346 dst = phys_to_virt(phys_dst);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c129 page = virt_to_page(phys_to_virt(pa));
202 va = phys_to_virt(otx2_iova_to_phys(pfvf->iommu_domain, iova));
1416 page = virt_to_page(phys_to_virt(pa));
1420 hard_start = (unsigned char *)phys_to_virt(pa);
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c102 return phys_to_virt(phys_addr);
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c417 net_hdr = phys_to_virt(virtio64_to_cpu(vdev, desc->addr));
463 addr = phys_to_virt(virtio64_to_cpu(vdev, desc->addr));
611 addr = phys_to_virt(virtio64_to_cpu(vdev, desc->addr));
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c519 data = (void *)phys_to_virt(buf_phys_addr);
3890 buff_hdr = (struct mvpp2_buff_hdr *)phys_to_virt(phys_addr);
3942 data = (void *)phys_to_virt(phys_addr);
/linux-master/drivers/iommu/intel/
H A Ddebugfs.c204 struct pasid_dir_entry *dir_entry = phys_to_virt(pasid_dir_ptr);
341 pgtable_walk_level(m, phys_to_virt(dma_pte_addr(pde)),
407 dir_tbl = phys_to_virt(pasid_dir_ptr);
452 pgtable_walk_level(m, phys_to_virt(pgd), agaw + 2, 0, path);
/linux-master/arch/riscv/mm/
H A Ddma-noncoherent.c20 void *vaddr = phys_to_virt(paddr);
33 void *vaddr = phys_to_virt(paddr);
47 void *vaddr = phys_to_virt(paddr);
/linux-master/arch/mips/mm/
H A Dinit.c492 void *addr = phys_to_virt(PFN_PHYS(pfn));
/linux-master/arch/mips/include/asm/
H A Dio.h567 return phys_to_virt(address);
/linux-master/arch/arm64/mm/
H A Ddma-mapping.c19 unsigned long start = (unsigned long)phys_to_virt(paddr);
27 unsigned long start = (unsigned long)phys_to_virt(paddr);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c279 .phys_to_virt = hyp_phys_to_virt,
H A Dmem_protect.c114 .phys_to_virt = hyp_phys_to_virt,
248 .phys_to_virt = hyp_phys_to_virt,
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c188 return phys_to_virt(phys_addr);
/linux-master/mm/kmsan/
H A Dinit.c81 kmsan_record_future_shadow_range(phys_to_virt(p_start),
82 phys_to_virt(p_end));
/linux-master/arch/sh/include/asm/
H A Dio.h286 #define phys_to_virt(address) ((void *)(address)) macro
289 #define phys_to_virt(address) (__va(address)) macro
/linux-master/arch/powerpc/include/asm/
H A Dio.h955 * phys_to_virt - map physical address to virtual
966 static inline void * phys_to_virt(unsigned long address) function
970 #define phys_to_virt phys_to_virt macro
/linux-master/arch/parisc/include/asm/
H A Dio.h9 #define phys_to_virt(a) __va(a) macro
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c79 phys_to_virt((unsigned long)kimage->segment[i].mem);
219 (unsigned long) phys_to_virt(image->start);
223 (unsigned long) phys_to_virt(image->head & PAGE_MASK);
235 * phys_to_virt() call.
239 phys_to_virt(entry & PAGE_MASK) : ptr + 1) {
242 *ptr = (unsigned long) phys_to_virt(*ptr);
/linux-master/arch/hexagon/include/asm/
H A Dio.h53 * phys_to_virt - map physical address to virtual
56 static inline void *phys_to_virt(unsigned long address) function
312 #define phys_to_virt phys_to_virt macro
/linux-master/arch/arm/include/asm/
H A Dio.h33 #define isa_bus_to_virt phys_to_virt
/linux-master/arch/alpha/include/asm/
H A Dio.h64 static inline void * phys_to_virt(unsigned long address) function
83 static inline void * phys_to_virt(unsigned long address) function
90 #define phys_to_virt phys_to_virt macro
123 virt = phys_to_virt(address);
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1408 pc = (unsigned long)phys_to_virt(pc);
1409 nip = (unsigned long)phys_to_virt(regs->nip);

Completed in 414 milliseconds

123456