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

123456

/linux-master/drivers/iommu/intel/
H A Dpasid.c359 *pgd = phys_to_virt(dma_pte_addr(*pgd));
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1205 put_page(virt_to_page(phys_to_virt(pa)));
1218 page = virt_to_head_page(phys_to_virt(pa));
/linux-master/drivers/net/ethernet/amd/
H A Dlance.c400 if (high_memory <= phys_to_virt(16*1024*1024))
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c965 phys_to_virt(paddr),
H A Duvesafb.c569 par->pmi_base = (u16 *)phys_to_virt(((u32)task->t.regs.es << 4)
/linux-master/arch/s390/kvm/
H A Dvsie.c880 vsie_page->scb_o = phys_to_virt(hpa);
H A Dinterrupt.c3144 gisa = phys_to_virt(gisa_phys);
3337 set_bit_inv(gaite->aisbo, phys_to_virt(gaite->aisb));
H A Dkvm-s390.c3805 free_page((unsigned long)phys_to_virt(vcpu->arch.sie_block->cbrlo));
/linux-master/arch/arm64/mm/
H A Dmmu.c599 __kfence_pool = phys_to_virt(kfence_pool);
/linux-master/arch/arm64/kvm/hyp/
H A Dpgtable.c143 return mm_ops->phys_to_virt(kvm_pte_to_phys(pte));
/linux-master/drivers/dma/
H A Dpxa_dma.c232 desc = phys_to_virt(phys_desc);
/linux-master/mm/
H A Dmemblock.c1601 return phys_to_virt(alloc);
/linux-master/mm/kasan/
H A Dkasan_test.c924 kfree(phys_to_virt(phys));
/linux-master/arch/mips/kernel/
H A Dtraps.c2357 ebase = (unsigned long)phys_to_virt(ebase_pa);
/linux-master/drivers/iommu/
H A Ddma-iommu.c1175 padding_start = phys_to_virt(phys);
/linux-master/arch/arm64/kvm/
H A Darm.c2272 void *addr = phys_to_virt(hyp_mem_base);
/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/net/ethernet/cavium/thunder/
H A Dnicvf_main.c547 cpu_addr = (u64)phys_to_virt(cpu_addr);
/linux-master/drivers/scsi/
H A Dinitio.c2882 initio_init(host, phys_to_virt(((u32)bios_seg << 4)));
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c460 void *p = phys_to_virt(sg_dma_address(s));
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c1642 urb->transfer_buffer = phys_to_virt(urb->transfer_dma);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c188 return phys_to_virt(phys_addr);
H A Ddpaa2-eth.c114 return phys_to_virt(phys_addr);
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c1647 phys_to_virt(ALIGN(dma_addr, 4)),
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c102 return phys_to_virt(phys_addr);

Completed in 529 milliseconds

123456