Home
last modified time | relevance | path

Searched refs:phys_to_virt (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dvga.h19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)
Dio.h921 #ifndef phys_to_virt
922 #define phys_to_virt phys_to_virt macro
923 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
/linux-4.19.296/drivers/misc/mic/host/
Dmic_boot.c43 void *va = phys_to_virt(page_to_phys(page)) + offset; in _mic_dma_map_page()
181 void *va = phys_to_virt(page_to_phys(page)) + offset; in __mic_dma_map_page()
332 void *va = phys_to_virt(page_to_phys(page)) + offset; in mic_dma_map_page()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_map.h97 out_virt = phys_to_virt(phys); in scif_ioremap()
Dscif_rma.c625 phys_to_virt(page_to_phys( in scif_map_window()
/linux-4.19.296/include/linux/
Dkexec.h384 return phys_to_virt(boot_phys_to_phys(entry)); in boot_phys_to_virt()
/linux-4.19.296/drivers/xen/
Dswiotlb-xen.c458 dma_mark_clean(phys_to_virt(paddr), size); in xen_unmap_single()
500 dma_mark_clean(phys_to_virt(paddr), size); in xen_swiotlb_sync_single()
/linux-4.19.296/drivers/char/agp/
Dparisc-agp.c274 io_pdir = phys_to_virt(readq(info->ioc_regs+IOC_PDIR_BASE)); in agp_ioc_init()
Dhp-agp.c111 hp->io_pdir = phys_to_virt(readq(hp->ioc_regs+HP_ZX1_PDIR_BASE)); in hp_zx1_ioc_shared()
/linux-4.19.296/drivers/cpufreq/
Dpowernow-k7.c460 p = phys_to_virt(i); in powernow_decode_bios()
Dpowernow-k8.c638 psb = phys_to_virt(i); in find_psb_table()
/linux-4.19.296/drivers/s390/net/
Dqeth_core_main.c484 aob = (struct qaob *) phys_to_virt(phys_aob_addr); in qeth_qdio_handle_aob()