Home
last modified time | relevance | path

Searched refs:physaddr (Results 26 – 50 of 73) sorted by relevance

123

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h133 void (*do_transaction_failed)(CPUState *cpu, hwaddr physaddr, vaddr addr,
/openbmc/linux/arch/mips/mm/
H A DMakefile47 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c964 static void cheetah_flush_ecache_line(unsigned long physaddr) in cheetah_flush_ecache_line() argument
968 physaddr &= ~(8UL - 1UL); in cheetah_flush_ecache_line()
969 physaddr = (ecache_flush_physbase + in cheetah_flush_ecache_line()
970 (physaddr & ((ecache_flush_size>>1UL) - 1UL))); in cheetah_flush_ecache_line()
971 alias = physaddr + (ecache_flush_size >> 1UL); in cheetah_flush_ecache_line()
976 : "r" (physaddr), "r" (alias), in cheetah_flush_ecache_line()
1401 static int cheetah_fix_ce(unsigned long physaddr) in cheetah_fix_ce() argument
1424 physaddr &= ~(8UL - 1UL); in cheetah_fix_ce()
1426 (physaddr & ((ecache_flush_size >> 1) - 1))); in cheetah_fix_ce()
1436 "r" (physaddr), "i" (ASI_PHYS_USE_EC)); in cheetah_fix_ce()
[all …]
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c150 static inline u32 lo32(dma_addr_t physaddr) in lo32() argument
152 return physaddr; in lo32()
155 static inline u32 hi32(dma_addr_t physaddr) in hi32() argument
159 u64 hi = physaddr; in hi32()
/openbmc/linux/arch/x86/mm/
H A DMakefile28 pgtable.o physaddr.o tlb.o cpu_entry_area.o maccess.o pgprot.o
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h255 u_long physaddr; member
336 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
337 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
379 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
380 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c813 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s3() local
860 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s3()
898 physaddr = lpfc_cmd->dma_handle; in lpfc_scsi_prep_dma_buf_s3()
1538 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
1615 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1923 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2025 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
3050 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3151 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3154 physaddr)); in lpfc_scsi_prep_dma_buf_s4()
[all …]
H A Dlpfc_nvmet.c2710 dma_addr_t physaddr; in lpfc_nvmet_prep_fcp_wqe() local
2785 physaddr = sg_dma_address(sgel); in lpfc_nvmet_prep_fcp_wqe()
2788 wqe->fcp_tsend.bde.addrLow = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2790 cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2934 physaddr = rsp->rspdma; in lpfc_nvmet_prep_fcp_wqe()
2938 cpu_to_le32(putPaddrLow(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2940 cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2997 physaddr = sg_dma_address(sgel); in lpfc_nvmet_prep_fcp_wqe()
2999 sgl->addr_hi = putPaddrHigh(physaddr); in lpfc_nvmet_prep_fcp_wqe()
3000 sgl->addr_lo = putPaddrLow(physaddr); in lpfc_nvmet_prep_fcp_wqe()
H A Dlpfc_nvme.c1346 dma_addr_t physaddr = 0; in lpfc_nvme_prep_io_dma() local
1438 physaddr = sg_dma_address(data_sg); in lpfc_nvme_prep_io_dma()
1441 putPaddrLow(physaddr)); in lpfc_nvme_prep_io_dma()
1443 putPaddrHigh(physaddr)); in lpfc_nvme_prep_io_dma()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c397 void mb_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in mb_cpu_transaction_failed() argument
407 addr, physaddr, size, in mb_cpu_transaction_failed()
H A Dcpu.h431 void mb_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c303 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in mips_cpu_do_transaction_failed() argument
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c390 u32 status, physaddr; in mpc52xx_fec_rx_interrupt() local
399 physaddr = bd->skb_pa; in mpc52xx_fec_rx_interrupt()
427 dma_unmap_single(dev->dev.parent, physaddr, rskb->len, in mpc52xx_fec_rx_interrupt()
/openbmc/linux/arch/arm/mm/
H A DMakefile21 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o
/openbmc/qemu/target/ppc/
H A Dinternal.h308 void ppc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
/openbmc/qemu/target/alpha/
H A Dcpu.h466 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary() local
410 if (snd_BUG_ON(physaddr & 0xff)) in pcxhr_load_boot_binary()
412 PCXHR_OUTPL(mgr, PCXHR_PLX_MBOX1, (physaddr >> 8)); in pcxhr_load_boot_binary()
/openbmc/qemu/target/xtensa/
H A Dhelper.c292 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in xtensa_cpu_do_transaction_failed() argument
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c281 void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in arm_cpu_do_transaction_failed() argument
/openbmc/qemu/target/m68k/
H A Dcpu.h593 void m68k_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c22 static dma_addr_t physaddr(struct drm_gem_object *obj) in physaddr() function
128 paddr = physaddr(obj); in get_pages_vram()
1222 vma->iova = physaddr(obj); in msm_gem_new()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c291 u64 physaddr; in qib_tid_update() local
397 physaddr = dd->physshadow[ctxttid + tid]; in qib_tid_update()
400 RCVHQ_RCV_TYPE_EXPECTED, physaddr); in qib_tid_update()
769 phys = dd->physaddr + ureg; in mmap_ureg()
803 phys = dd->physaddr + piobufs; in mmap_piobufs()
H A Dqib_pcie.c138 dd->physaddr = addr; /* used for io_remap, etc. */ in qib_pcie_ddinit()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4934 dma_addr_t physaddr; in ahc_alloc_scbs() local
4966 physaddr = sg_map->sg_physaddr; in ahc_alloc_scbs()
4991 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()
5046 uint32_t physaddr; in ahc_chip_init() local
5116 physaddr = ahc->scb_data->hscb_busaddr; in ahc_chip_init()
5117 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF); in ahc_chip_init()
5118 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF); in ahc_chip_init()
5119 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF); in ahc_chip_init()
5120 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF); in ahc_chip_init()
5122 physaddr = ahc->shared_data_busaddr; in ahc_chip_init()
[all …]
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c494 static inline void srmmu_mapioaddr(unsigned long physaddr, in srmmu_mapioaddr() argument
504 physaddr &= PAGE_MASK; in srmmu_mapioaddr()
510 tmp = (physaddr >> 4) | SRMMU_ET_PTE; in srmmu_mapioaddr()

123