Searched refs:phys_to_virt (Results 1 - 25 of 150) sorted by path

123456

/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c105 mtk_smp_base = phys_to_virt(mtk_smp_info->smp_base);
/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c91 (u32 __iomem *)phys_to_virt(release_phys);
/linux-master/arch/x86/include/asm/
H A Dbios_ebda.h16 unsigned int address = *(unsigned short *)phys_to_virt(0x40E);
H A Dvga.h22 unsigned long start = (unsigned long)phys_to_virt(x); \
/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/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/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/include/asm-generic/
H A Dvga.h19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)
/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/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);
H A Dsetup.c374 if ((void *)initrd_end > phys_to_virt(PFN_PHYS(max_low_pfn))) {
379 phys_to_virt(PFN_PHYS(max_low_pfn)));
1313 car = *(vuip) phys_to_virt (0x120000078UL);
1328 sc_ctl = *(vulp) phys_to_virt (0xfffff000a8UL);
1361 cbox_config = *(vulp) phys_to_virt (0xfffff00008UL);
/linux-master/arch/alpha/mm/
H A Dinit.c136 phys_to_virt(original_pcb_ptr);
/linux-master/arch/arm/include/asm/
H A Dio.h33 #define isa_bus_to_virt phys_to_virt
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
H A Dproc-fns.h168 (pgd_t *)phys_to_virt(pg); \
177 (pgd_t *)phys_to_virt(pg); \
/linux-master/arch/arm/mach-axxia/
H A Dplatsmp.c24 u32 *virt = (u32 *) phys_to_virt(release_phys);
/linux-master/arch/arm/mach-hisi/
H A Dhotplug.c275 hi3xxx_set_cpu_jump(cpu, phys_to_virt(0));
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/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/arm64/include/asm/
H A Dkvm_pgtable.h160 * @phys_to_virt: Convert a physical address into a virtual
177 void* (*phys_to_virt)(phys_addr_t phys); member in struct:kvm_pgtable_mm_ops
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/arch/arm64/kernel/
H A Dcrash_dump.c45 memcpy(buf, phys_to_virt((phys_addr_t)*ppos), count);
H A Dmachine_kexec.c83 (unsigned long)phys_to_virt(kimage->segment[i].mem),
84 (unsigned long)phys_to_virt(kimage->segment[i].mem) +

Completed in 479 milliseconds

123456