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

123456

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dearly_alloc.c55 hyp_early_alloc_mm_ops.phys_to_virt = hyp_phys_to_virt;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c50 conbuf = phys_to_virt(be64_to_cpu(mc->obuf_phys));
119 mc = phys_to_virt(mcaddr);
/linux-master/arch/arm/mach-socfpga/
H A Dplatsmp.c30 memcpy(phys_to_virt(0), secondary_trampoline, trampoline_size);
53 memcpy(phys_to_virt(0), secondary_trampoline, trampoline_size);
/linux-master/arch/alpha/kernel/
H A Dcore_irongate.c348 gatt_pages = (u32 *)(phys_to_virt(mmio_regs[1])); /* FIXME */
370 cur_gatt = phys_to_virt(GET_GATT(baddr) & ~1);
387 cur_gatt = phys_to_virt(GET_GATT(baddr) & ~1);
/linux-master/arch/hexagon/kernel/
H A Ddma.c15 void *addr = phys_to_virt(paddr);
/linux-master/drivers/mtd/devices/
H A Dms02-nv.c190 mp->addr = phys_to_virt(addr);
199 mp->uaddr = phys_to_virt(fixaddr);
/linux-master/arch/x86/platform/geode/
H A Dalix.c136 bios_virt = phys_to_virt(bios_phys);
/linux-master/drivers/soc/samsung/
H A Ds3c-pm-check.c115 *val = crc32_le(~0, phys_to_virt(addr), left);
178 ptr = phys_to_virt(addr);
/linux-master/arch/xtensa/kernel/
H A Dpci-dma.c32 fn((unsigned long)phys_to_virt(paddr), size);
/linux-master/arch/sh/kernel/
H A Ddma-coherent.c18 void *addr = sh_cacheop_vaddr(phys_to_virt(paddr));
/linux-master/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c62 unsigned int *pt_virt = phys_to_virt(pt);
70 unsigned int *pt_virt = phys_to_virt(pt);
76 return phys_to_virt(phys);
133 virt = phys_to_virt(page);
/linux-master/drivers/iommu/
H A Domap-iopgtable.h94 #define iopgd_page_vaddr(iopgd) ((u32 *)phys_to_virt(iopgd_page_paddr(iopgd)))
/linux-master/arch/nios2/mm/
H A Ddma-mapping.c24 void *vaddr = phys_to_virt(paddr);
48 void *vaddr = phys_to_virt(paddr);
/linux-master/drivers/staging/octeon/
H A Dethernet-mem.c123 fpa = (char *)phys_to_virt(cvmx_ptr_to_phys(fpa));
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c460 p = phys_to_virt(i);
/linux-master/arch/nios2/include/asm/
H A Dio.h35 #define phys_to_virt(vaddr) \ macro
/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c91 (u32 __iomem *)phys_to_virt(release_phys);
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c60 memconsole_baseaddr = phys_to_virt(hdr->v1.buffer_addr);
73 memconsole_baseaddr = phys_to_virt(hdr->v2.buffer_addr + hdr->v2.start);
94 length = *(u8 *)phys_to_virt(address);
102 struct biosmemcon_ebda *hdr = phys_to_virt(address + cur);
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c105 mtk_smp_base = phys_to_virt(mtk_smp_info->smp_base);
/linux-master/drivers/mtd/maps/
H A Duclinux.c90 * use phys_to_virt to get the virtual address of its start.
92 mapp->virt = phys_to_virt(mapp->phys);
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h20 ((void __iomem *)phys_to_virt(GBE_CONFIG_RAM_BASE))
/linux-master/include/asm-generic/
H A Dvga.h19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)
/linux-master/drivers/usb/musb/
H A Dtusb6010_omap.c138 buf = phys_to_virt((u32)chdat->dma_addr) + chdat->transfer_len;
262 dma_map_single(dev, phys_to_virt(dma_addr), len,
266 dma_map_single(dev, phys_to_virt(dma_addr), len,
/linux-master/arch/x86/include/asm/
H A Dvga.h22 unsigned long start = (unsigned long)phys_to_virt(x); \
H A Dbios_ebda.h16 unsigned int address = *(unsigned short *)phys_to_virt(0x40E);

Completed in 199 milliseconds

123456