Searched refs:phys_to_virt (Results 26 - 50 of 150) sorted by relevance

123456

/linux-master/arch/x86/include/asm/
H A Dio.h135 * phys_to_virt - map physical address to virtual
147 static inline void *phys_to_virt(phys_addr_t address) function
151 #define phys_to_virt phys_to_virt macro
167 #define isa_bus_to_virt phys_to_virt
/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/drivers/cache/
H A Dax45mp_cache.c105 unsigned long start = (unsigned long)phys_to_virt(paddr);
127 unsigned long start = (unsigned long)phys_to_virt(paddr);
/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/staging/octeon/
H A Dethernet-mem.c123 fpa = (char *)phys_to_virt(cvmx_ptr_to_phys(fpa));
/linux-master/arch/loongarch/include/asm/
H A Dio.h78 #define phys_to_virt(paddr) \ macro
/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/arm/include/asm/
H A Dmemory.h177 * files. Use virt_to_phys/phys_to_virt/__pa/__va instead.
324 #define phys_to_virt phys_to_virt macro
325 static inline void *phys_to_virt(phys_addr_t x) function
/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/arm64/include/asm/
H A Dmemory.h322 * files. Use virt_to_phys/phys_to_virt/__pa/__va instead.
371 #define phys_to_virt phys_to_virt macro
372 static inline void *phys_to_virt(phys_addr_t x) function
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h20 ((void __iomem *)phys_to_virt(GBE_CONFIG_RAM_BASE))
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c105 mtk_smp_base = phys_to_virt(mtk_smp_info->smp_base);
/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/arch/x86/platform/geode/
H A Dalix.c136 bios_virt = phys_to_virt(bios_phys);
/linux-master/arch/mips/bmips/
H A Dsetup.c185 dtb = phys_to_virt(fw_arg2);
/linux-master/arch/sparc/include/asm/
H A Dpage_32.h128 #define phys_to_virt __va macro
/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c215 return phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
641 ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
704 ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
744 *buf = (void *)(phys_to_virt(dp->dscr_dest0));
749 ctp->get_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
822 dp = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
888 ctp->cur_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
930 dp = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
976 ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
/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/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/arm64/kernel/
H A Dmachine_kexec.c83 (unsigned long)phys_to_virt(kimage->segment[i].mem),
84 (unsigned long)phys_to_virt(kimage->segment[i].mem) +
/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/arm/mach-hisi/
H A Dplatsmp.c146 virt = phys_to_virt(start_addr);
/linux-master/arch/arm/mach-mvebu/
H A Dpm.c154 store_addr = phys_to_virt(BOOT_INFO_ADDR);
/linux-master/tools/virtio/linux/
H A Dkernel.h44 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
/linux-master/drivers/soc/loongson/
H A Dloongson2_pm.c178 loongson_sysconf.suspend_addr = (u64)phys_to_virt(suspend_addr);

Completed in 350 milliseconds

123456