Searched defs:paddr (Results 1 - 200 of 298) sorted by relevance

12

/linux-4.4.14/arch/xtensa/include/asm/
H A Ddma-mapping.h38 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/include/drm/
H A Ddrm_gem_cma_helper.h16 dma_addr_t paddr; member in struct:drm_gem_cma_object
/linux-4.4.14/arch/frv/mm/
H A Dhighmem.c37 unsigned long paddr; kmap_atomic() local
/linux-4.4.14/arch/h8300/mm/
H A Dmemory.c32 void cache_clear(unsigned long paddr, int len) cache_clear() argument
37 void cache_push(unsigned long paddr, int len) cache_push() argument
49 unsigned long kernel_map(unsigned long paddr, unsigned long size, kernel_map() argument
/linux-4.4.14/drivers/staging/fsl-mc/bus/
H A Ddpmcp.h88 uint64_t paddr; member in struct:dpmcp_irq_cfg
/linux-4.4.14/arch/unicore32/include/asm/
H A Ddma-mapping.h41 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/arc/mm/
H A Ddma.c31 void *paddr; dma_alloc_noncoherent() local
55 void *paddr, *kvaddr; dma_alloc_coherent() local
115 void __arc_dma_cache_sync(unsigned long paddr, size_t size, __arc_dma_cache_sync() argument
H A Dioremap.c17 void __iomem *ioremap(unsigned long paddr, unsigned long size) ioremap() argument
41 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, ioremap_prot() argument
H A Dtlb.c599 phys_addr_t paddr = pte_val(*ptep) & PAGE_MASK; update_mmu_cache() local
H A Dcache.c219 void __cache_line_loop_v2(phys_addr_t paddr, unsigned long vaddr, __cache_line_loop_v2() argument
261 void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, __cache_line_loop_v3() argument
331 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, __cache_line_loop_v4() argument
451 static inline void __dc_line_op(phys_addr_t paddr, unsigned long vaddr, __dc_line_op() argument
484 __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, __ic_line_inv_vaddr_local() argument
501 phys_addr_t paddr, vaddr; member in struct:ic_inv_args
512 static void __ic_line_inv_vaddr(phys_addr_t paddr, unsigned long vaddr, __ic_line_inv_vaddr() argument
533 noinline void slc_op(phys_addr_t paddr, unsigned long sz, const int op) slc_op() argument
623 phys_addr_t paddr = (unsigned long)page_address(page); flush_dcache_page() local
771 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len) __sync_icache_dcache() argument
778 void __inv_icache_page(phys_addr_t paddr, unsigned long vaddr) __inv_icache_page() argument
787 void __flush_dcache_page(phys_addr_t paddr, unsigned long vaddr) __flush_dcache_page() argument
815 unsigned int paddr = pfn << PAGE_SHIFT; flush_cache_page() local
/linux-4.4.14/arch/m68k/mm/
H A Dcache.c17 unsigned long paddr; virt_to_phys_slow() local
H A Dmemory.c130 static inline void clear040(unsigned long paddr) clear040() argument
141 static inline void cleari040(unsigned long paddr) cleari040() argument
153 static inline void push040(unsigned long paddr) push040() argument
165 static inline void pushcl040(unsigned long paddr) pushcl040() argument
203 void cache_clear (unsigned long paddr, int len) cache_clear() argument
252 void cache_push (unsigned long paddr, int len) cache_push() argument
/linux-4.4.14/arch/microblaze/include/asm/
H A Ddma-mapping.h49 static inline void __dma_sync(unsigned long paddr, __dma_sync() argument
/linux-4.4.14/arch/ia64/include/asm/
H A Ddma-mapping.h38 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/arm/plat-samsung/
H A Dpm-debug.c58 unsigned long paddr; s3c_pm_uart_base() local
/linux-4.4.14/arch/arm64/include/asm/
H A Ddma-mapping.h69 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/drivers/scsi/fnic/
H A Dvnic_wq_copy.c106 u64 paddr; vnic_wq_copy_init() local
H A Dvnic_cq.c58 u64 paddr; vnic_cq_init() local
H A Dvnic_rq.c118 u64 paddr; vnic_rq_init() local
H A Dvnic_wq.c118 u64 paddr; vnic_wq_init() local
/linux-4.4.14/fs/ext4/
H A Dsymlink.c29 char *caddr, *paddr = NULL; ext4_encrypted_follow_link() local
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dc2k.c45 phys_addr_t paddr; c2k_setup_arch() local
H A Dusbgecko_udbg.c205 phys_addr_t paddr; ug_udbg_setup_exi_io_base() local
/linux-4.4.14/arch/mips/include/asm/mach-generic/
H A Ddma-coherence.h62 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/sparc/kernel/
H A Diommu_common.h44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs); is_span_boundary() local
H A Dprom_64.c37 unsigned long paddr = memblock_alloc(size, SMP_CACHE_BYTES); prom_early_alloc() local
H A Dsignal32.c369 unsigned long pstate, paddr; flush_signal_insns() local
H A Diommu.c479 unsigned long paddr, npages, entry, out_entry = 0, slen; for_each_sg() local
/linux-4.4.14/arch/frv/include/asm/
H A Dhighmem.h116 unsigned long paddr; kmap_atomic_primary() local
/linux-4.4.14/arch/ia64/mm/
H A Dnuma.c41 paddr_to_nid(unsigned long paddr) paddr_to_nid() argument
/linux-4.4.14/arch/arm/mach-imx/
H A Dplatsmp.c114 unsigned long paddr; ls1021a_smp_prepare_cpus() local
/linux-4.4.14/include/linux/
H A Dkcore.h24 unsigned long long paddr; member in struct:vmcore
H A Dpstore_ram.h37 phys_addr_t paddr; member in struct:persistent_ram_zone
H A Dfsl-diu-fb.h138 __u32 paddr; member in struct:diu_ad
H A Dof_address.h99 of_dma_get_range(struct device_node *np, u64 *dma_addr, u64 *paddr, u64 *size) of_dma_get_range() argument
/linux-4.4.14/drivers/tty/serial/
H A Dearlycon.c47 static void __iomem * __init earlycon_map(unsigned long paddr, size_t size) earlycon_map() argument
/linux-4.4.14/drivers/scsi/snic/
H A Dvnic_cq.c59 u64 paddr; svnic_cq_init() local
H A Dvnic_wq.c159 u64 paddr; vnic_wq_init_start() local
/linux-4.4.14/drivers/staging/android/ion/
H A Dion_carveout_heap.c65 ion_phys_addr_t paddr = PFN_PHYS(page_to_pfn(page)); ion_carveout_heap_phys() local
78 ion_phys_addr_t paddr; ion_carveout_heap_allocate() local
114 ion_phys_addr_t paddr = PFN_PHYS(page_to_pfn(page)); ion_carveout_heap_free() local
H A Dion_chunk_heap.c69 unsigned long paddr = gen_pool_alloc(chunk_heap->pool, ion_chunk_heap_allocate() local
H A Dion.c1632 phys_addr_t paddr; ion_reserve() local
/linux-4.4.14/drivers/net/appletalk/
H A Dipddp.c120 __be32 paddr = skb_rtable(skb)->rt_gateway; ipddp_xmit() local
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Dgem.h38 dma_addr_t paddr; member in struct:tegra_bo
/linux-4.4.14/drivers/iommu/
H A Dfsl_pamu_domain.h25 phys_addr_t paddr; member in struct:dma_window
H A Ds390-iommu.c323 phys_addr_t paddr; s390_iommu_unmap() local
269 s390_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) s390_iommu_map() argument
H A Dshmobile-iommu.c220 shmobile_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) shmobile_iommu_map() argument
H A Dfsl_pamu_domain.c534 fsl_pamu_window_enable(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t paddr, u64 size, int prot) fsl_pamu_window_enable() argument
H A Diommu.c1312 iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) iommu_map() argument
1463 iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t paddr, u64 size, int prot) iommu_domain_window_enable() argument
H A Drockchip-iommu.c613 rk_iommu_map_iova(struct rk_iommu_domain *rk_domain, u32 *pte_addr, dma_addr_t iova, phys_addr_t paddr, size_t size, int prot) rk_iommu_map_iova() argument
657 rk_iommu_map(struct iommu_domain *domain, unsigned long _iova, phys_addr_t paddr, size_t size, int prot) rk_iommu_map() argument
H A Dtegra-smmu.c632 tegra_smmu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) tegra_smmu_map() argument
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c112 dma_addr_t paddr; omap_fbdev_create() local
H A Domap_gem_dmabuf.c30 dma_addr_t paddr; omap_gem_map_dma_buf() local
H A Domap_fb.c82 dma_addr_t paddr; member in struct:plane
H A Domap_gem.c72 dma_addr_t paddr; member in struct:omap_gem_object
139 dma_addr_t paddr; member in struct:usergart_entry
739 omap_gem_get_paddr(struct drm_gem_object *obj, dma_addr_t *paddr, bool remap) omap_gem_get_paddr() argument
842 omap_gem_rotated_paddr(struct drm_gem_object *obj, uint32_t orient, int x, int y, dma_addr_t *paddr) omap_gem_rotated_paddr() argument
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dswap.c105 dma_addr_t paddr; ath10k_swap_code_seg_alloc() local
H A Dswap.h64 dma_addr_t paddr[ATH10K_SWAP_CODE_SEG_NUM_SUPPORTED]; member in struct:ath10k_swap_code_seg_info
H A Dhif.h29 u32 paddr; member in struct:ath10k_hif_sg_item
H A Dce.c400 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) __ath10k_ce_rx_post_buf() argument
428 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) ath10k_ce_rx_post_buf() argument
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.c63 u64 paddr; vnic_cq_init() local
H A Dvnic_rq.c119 u64 paddr; vnic_rq_init_start() local
H A Dvnic_wq.c139 u64 paddr; enic_wq_init_start() local
/linux-4.4.14/arch/tile/include/asm/
H A Ddma-mapping.h50 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
H A Dpage.h267 static inline void *phys_to_virt(phys_addr_t paddr) phys_to_virt() argument
296 static inline void *phys_to_virt(phys_addr_t paddr) phys_to_virt() argument
/linux-4.4.14/arch/x86/include/asm/
H A Ddma-mapping.h73 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/c6x/kernel/
H A Ddma.c20 unsigned long paddr = handle; c6x_dma_sync() local
/linux-4.4.14/arch/c6x/mm/
H A Ddma-coherent.c79 u32 paddr; dma_alloc_coherent() local
/linux-4.4.14/include/video/
H A Domapvrfb.h29 unsigned long paddr[4]; member in struct:vrfb
62 static inline void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, omap_vrfb_setup() argument
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddma-mapping.h148 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/powerpc/kernel/
H A Dcrash_dump.c101 phys_addr_t paddr; copy_oldmem_page() local
H A Dio-workarounds.c28 static struct iowa_bus *iowa_pci_find(unsigned long vaddr, unsigned long paddr) iowa_pci_find() argument
68 unsigned long vaddr, paddr; iowa_mem_find_bus() local
H A Dfadump.c828 static inline unsigned long fadump_relocate(unsigned long paddr) fadump_relocate() argument
/linux-4.4.14/arch/sh/mm/
H A Dtlb-sh5.c153 unsigned long paddr, flags; tlb_wire_entry() local
120 sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, unsigned long asid, unsigned long paddr) sh64_setup_tlb_slot() argument
H A Dinit.c224 unsigned long total_pages, paddr; bootmem_init_one_node() local
H A Dcache-sh5.c325 static void sh64_dcache_purge_coloured_phy_page(unsigned long paddr, sh64_dcache_purge_coloured_phy_page() argument
359 static void sh64_dcache_purge_phy_page(unsigned long paddr) sh64_dcache_purge_phy_page() argument
391 unsigned long paddr; sh64_dcache_purge_user_pages() local
34 sh64_setup_dtlb_cache_slot(unsigned long eaddr, unsigned long asid, unsigned long paddr) sh64_setup_dtlb_cache_slot() argument
/linux-4.4.14/arch/m68k/include/asm/
H A Dcacheflush_no.h86 static inline void cache_push(unsigned long paddr, int len) cache_push() argument
95 static inline void cache_clear(unsigned long paddr, int len) cache_clear() argument
H A Dpage_mm.h75 unsigned long paddr; ___pa() local
84 static inline void *__va(unsigned long paddr) __va() argument
/linux-4.4.14/arch/mips/loongson64/common/
H A Ddma-swiotlb.c101 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/arm/include/asm/
H A Ddma-mapping.h139 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/drivers/lguest/x86/
H A Dcore.c336 unsigned long paddr; copy_from_guest() local
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgruhandles.c168 tfh_write_only(struct gru_tlb_fault_handle *tfh, unsigned long paddr, int gaa, unsigned long vaddr, int asid, int dirty, int pagesize) tfh_write_only() argument
184 tfh_write_restart(struct gru_tlb_fault_handle *tfh, unsigned long paddr, int gaa, unsigned long vaddr, int asid, int dirty, int pagesize) tfh_write_restart() argument
H A Dgrufault.c53 static inline int is_gru_paddr(unsigned long paddr) is_gru_paddr() argument
266 unsigned long paddr; gru_vtop() local
190 non_atomic_pte_lookup(struct vm_area_struct *vma, unsigned long vaddr, int write, unsigned long *paddr, int *pageshift) non_atomic_pte_lookup() argument
219 atomic_pte_lookup(struct vm_area_struct *vma, unsigned long vaddr, int write, unsigned long *paddr, int *pageshift) atomic_pte_lookup() argument
H A Dgrufile.c242 static void gru_init_chiplet(struct gru_state *gru, unsigned long paddr, gru_init_chiplet() argument
271 unsigned long paddr; gru_init_tables() local
H A Dgrumain.c932 unsigned long paddr, vaddr; gru_fault() local
/linux-4.4.14/drivers/net/phy/
H A Dbcm87xx.c39 const __be32 *paddr; bcm87xx_of_reg_init() local
H A Dmarvell.c284 const __be32 *paddr; marvell_of_reg_init() local
/linux-4.4.14/drivers/of/
H A Ddevice.c87 u64 dma_addr, paddr, size; of_dma_configure() local
H A Dof_mdio.c128 const __be32 *paddr; of_mdiobus_register() local
H A Daddress.c937 int of_dma_get_range(struct device_node *np, u64 *dma_addr, u64 *paddr, u64 *size) of_dma_get_range() argument
/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c88 uint32_t paddr; msm_fbdev_create() local
H A Dmsm_drv.h151 dma_addr_t paddr; member in struct:msm_drm_private::__anon4298
H A Dmsm_gem.c47 dma_addr_t paddr; get_pages_vram() local
/linux-4.4.14/arch/sparc/mm/
H A Dtlb.c119 unsigned long paddr, pfn = pte_pfn(orig); tlb_batch_add() local
H A Dleon_mm.c35 unsigned long leon_swprobe(unsigned long vaddr, unsigned long *paddr) leon_swprobe() argument
/linux-4.4.14/arch/x86/kernel/
H A Dkdebugfs.c25 u64 paddr; member in struct:setup_data_node
H A Dksysfs.c71 static int get_setup_data_paddr(int nr, u64 *paddr) get_setup_data_paddr() argument
120 u64 paddr; type_show() local
146 u64 paddr; setup_data_data_read() local
H A Dmachine_kexec_32.c102 machine_kexec_page_table_set_one( pgd_t *pgd, pmd_t *pmd, pte_t *pte, unsigned long vaddr, unsigned long paddr) machine_kexec_page_table_set_one() argument
H A Dmachine_kexec_64.c49 unsigned long vaddr, paddr; init_transition_pgtable() local
H A Damd_gart_64.c248 phys_addr_t paddr = page_to_phys(page) + offset; gart_map_page() local
482 dma_addr_t paddr; gart_alloc_coherent() local
/linux-4.4.14/arch/xtensa/mm/
H A Dcache.c97 unsigned long paddr; clear_user_highpage() local
245 unsigned long paddr = (unsigned long)kmap_atomic(page); update_mmu_cache() local
83 coherent_kvaddr(struct page *page, unsigned long base, unsigned long vaddr, unsigned long *paddr) coherent_kvaddr() argument
/linux-4.4.14/arch/arc/include/asm/
H A Ddma-mapping.h45 static inline void __inline_dma_cache_sync(unsigned long paddr, size_t size, __inline_dma_cache_sync() argument
94 unsigned long paddr = page_to_phys(page) + offset; dma_map_page() local
/linux-4.4.14/net/sctp/
H A Dendpointola.c320 __sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) __sctp_endpoint_lookup_assoc() argument
365 sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) sctp_endpoint_lookup_assoc() argument
382 sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, const union sctp_addr *paddr) sctp_endpoint_is_peeled_off() argument
H A Dinput.c940 union sctp_addr *paddr = &addr; __sctp_rcv_init_lookup() local
1007 union sctp_addr paddr; __sctp_rcv_asconf_lookup() local
886 sctp_lookup_association(struct net *net, const union sctp_addr *laddr, const union sctp_addr *paddr, struct sctp_transport **transportp) sctp_lookup_association() argument
901 sctp_has_association(struct net *net, const union sctp_addr *laddr, const union sctp_addr *paddr) sctp_has_association() argument
1123 __sctp_rcv_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *paddr, const union sctp_addr *laddr, struct sctp_transport **transportp) __sctp_rcv_lookup() argument
/linux-4.4.14/arch/mips/jazz/
H A Djazzdma.c50 unsigned long paddr = 0; vdma_pgtbl_init() local
92 unsigned long vdma_alloc(unsigned long paddr, unsigned long size) vdma_alloc() argument
212 int vdma_remap(unsigned long laddr, unsigned long paddr, unsigned long size) vdma_remap() argument
283 unsigned long vdma_phys2log(unsigned long paddr) vdma_phys2log() argument
/linux-4.4.14/arch/s390/include/asm/
H A Didals.h50 unsigned long paddr; idal_create_words() local
/linux-4.4.14/arch/sparc/include/asm/
H A Dmxcc.h88 static inline void mxcc_set_stream_src(unsigned long *paddr) mxcc_set_stream_src() argument
101 static inline void mxcc_set_stream_dst(unsigned long *paddr) mxcc_set_stream_dst() argument
H A Dleon.h64 static inline void leon_store_reg(unsigned long paddr, unsigned long value) leon_store_reg() argument
71 static inline unsigned long leon_load_reg(unsigned long paddr) leon_load_reg() argument
/linux-4.4.14/arch/m68k/kernel/
H A Dsys_m68k.c69 unsigned long paddr, i; cache_flush_040() local
229 unsigned long paddr, i; cache_flush_060() local
/linux-4.4.14/arch/arm64/kernel/
H A Defi.c166 u64 paddr, npages, size; reserve_regions() local
/linux-4.4.14/arch/arm/include/asm/xen/
H A Dpage.h23 phys_addr_t paddr; member in struct:xpaddr
/linux-4.4.14/drivers/scsi/
H A DNCR_Q720.c78 NCR_Q720_probe_one(struct NCR_Q720_private *p, int siop, int irq, int slot, __u32 paddr, void __iomem *vaddr) NCR_Q720_probe_one() argument
H A Dgdth_proc.c33 u64 paddr; gdth_set_asc_info() local
145 u64 paddr; gdth_show_info() local
588 static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr) gdth_ioctl_free() argument
560 gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch, u64 *paddr) gdth_ioctl_alloc() argument
/linux-4.4.14/drivers/scsi/aacraid/
H A Drx.c352 dma_addr_t paddr, baddr; aac_rx_check_health() local
/linux-4.4.14/drivers/staging/goldfish/
H A Dgoldfish_nand.c287 u64 paddr; nand_setup_cmd_params() local
/linux-4.4.14/drivers/video/fbdev/omap2/
H A Dvrfb.c181 void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, omap_vrfb_setup() argument
293 u32 paddr; omap_vrfb_request_ctx() local
/linux-4.4.14/drivers/net/can/softing/
H A Dsofting_fw.c105 static int fw_parse(const uint8_t **pmem, uint16_t *ptype, uint32_t *paddr, fw_parse() argument
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_cursor.c43 dma_addr_t paddr; member in struct:dma_pixmap
/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp.h77 dma_addr_t paddr[4]; member in struct:bdisp_frame
H A Dbdisp-hw.c47 dma_addr_t paddr; /* Physical address for filter table */ member in struct:bdisp_filter_addr
152 dma_addr_t paddr; bdisp_hw_alloc_nodes() local
213 dma_addr_t paddr; bdisp_hw_alloc_filters() local
H A Dbdisp-v4l2.c253 bdisp_get_addr(struct bdisp_ctx *ctx, struct vb2_buffer *vb, struct bdisp_frame *frame, dma_addr_t *paddr) bdisp_get_addr() argument
/linux-4.4.14/drivers/net/ethernet/altera/
H A Daltera_sgdma.c420 dma_addr_t paddr = priv->txdescmem_busaddr; sgdma_txphysaddr() local
429 dma_addr_t paddr = priv->rxdescmem_busaddr; sgdma_rxphysaddr() local
/linux-4.4.14/drivers/block/
H A Dcpqarray.h94 unsigned long paddr; member in struct:ctlr_info
H A Dz2ram.c176 unsigned long size, paddr, vaddr; z2_open() local
H A Dcciss.h67 unsigned long paddr; member in struct:ctlr_info
/linux-4.4.14/arch/sparc/prom/
H A Dmisc_64.c236 prom_map(int mode, unsigned long size, unsigned long vaddr, unsigned long paddr) prom_map() argument
280 prom_retain(const char *name, unsigned long size, unsigned long align, unsigned long *paddr) prom_retain() argument
/linux-4.4.14/arch/x86/include/asm/xen/
H A Dpage.h25 phys_addr_t paddr; member in struct:xpaddr
/linux-4.4.14/arch/x86/kernel/kprobes/
H A Dopt.c229 static int can_optimize(unsigned long paddr) can_optimize() argument
H A Dcore.c289 static int can_probe(unsigned long paddr) can_probe() argument
/linux-4.4.14/arch/x86/pci/
H A Dsta2x11-fixup.c248 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
/linux-4.4.14/arch/x86/platform/uv/
H A Dbios_uv.c142 uv_bios_change_memprotect(u64 paddr, u64 len, enum uv_memprotect perms) uv_bios_change_memprotect() argument
/linux-4.4.14/drivers/char/
H A Dmspec.c202 unsigned long paddr, maddr; mspec_fault() local
/linux-4.4.14/arch/blackfin/mm/
H A Dsram-alloc.c28 void *paddr; member in struct:sram_piece
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c192 static inline void rm_writeb(unsigned long paddr, u8 val) rm_writeb() argument
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmv64x60_pic.c237 phys_addr_t paddr; mv64x60_init_irq() local
/linux-4.4.14/arch/metag/mm/
H A Dinit.c141 unsigned long total_pages, paddr; bootmem_init_one_node() local
/linux-4.4.14/arch/mips/cavium-octeon/
H A Ddma-octeon.c31 static dma_addr_t octeon_hole_phys_to_dma(phys_addr_t paddr) octeon_hole_phys_to_dma() argument
47 static dma_addr_t octeon_gen1_phys_to_dma(struct device *dev, phys_addr_t paddr) octeon_gen1_phys_to_dma() argument
64 static dma_addr_t octeon_gen2_phys_to_dma(struct device *dev, phys_addr_t paddr) octeon_gen2_phys_to_dma() argument
74 static dma_addr_t octeon_big_phys_to_dma(struct device *dev, phys_addr_t paddr) octeon_big_phys_to_dma() argument
197 static dma_addr_t octeon_unity_phys_to_dma(struct device *dev, phys_addr_t paddr) octeon_unity_phys_to_dma() argument
213 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) phys_to_dma() argument
96 octeon_small_phys_to_dma(struct device *dev, phys_addr_t paddr) octeon_small_phys_to_dma() argument
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dtioca_provider.h125 tioca_paddr_to_gart(unsigned long paddr) tioca_paddr_to_gart() argument
/linux-4.4.14/arch/ia64/include/asm/uv/
H A Duv_hub.h145 static inline unsigned long uv_soc_phys_ram_to_gpa(unsigned long paddr) uv_soc_phys_ram_to_gpa() argument
/linux-4.4.14/arch/ia64/sn/pci/
H A Dpci_dma.c415 unsigned long paddr; sn_pci_legacy_write() local
H A Dtioca_provider.c283 tioca_dma_d64(unsigned long paddr) tioca_dma_d64() argument
325 tioca_dma_d48(struct pci_dev *pdev, u64 paddr) tioca_dma_d48() argument
373 tioca_dma_mapped(struct pci_dev *pdev, unsigned long paddr, size_t req_size) tioca_dma_mapped() argument
513 tioca_dma_map(struct pci_dev *pdev, unsigned long paddr, size_t byte_count, int dma_flags) tioca_dma_map() argument
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c128 pcibr_dmatrans_direct64(struct pcidev_info * info, u64 paddr, pcibr_dmatrans_direct64() argument
44 pcibr_dmamap_ate32(struct pcidev_info *info, u64 paddr, size_t req_size, u64 flags, int dma_flags) pcibr_dmamap_ate32() argument
166 pcibr_dmatrans_direct32(struct pcidev_info * info, u64 paddr, size_t req_size, u64 flags, int dma_flags) pcibr_dmatrans_direct32() argument
/linux-4.4.14/arch/arm/mm/
H A Dioremap.c45 static struct static_vm *find_static_vm_paddr(phys_addr_t paddr, find_static_vm_paddr() argument
265 phys_addr_t paddr = __pfn_to_phys(pfn); __arm_ioremap_pfn_caller() local
H A Dcache-feroceon-l2.c44 static inline unsigned long l2_get_va(unsigned long paddr) l2_get_va() argument
/linux-4.4.14/arch/blackfin/kernel/
H A Dptrace.c252 void *paddr = (void *)addr; arch_ptrace() local
/linux-4.4.14/drivers/firmware/efi/libstub/
H A Darm-stub.c374 u64 paddr, size; efi_get_virtmap() local
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Ddprc.h179 u64 paddr; member in struct:dprc_irq_cfg
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h57 u32 paddr; member in struct:omapfb2_mem_region
/linux-4.4.14/drivers/video/fbdev/via/
H A Dvia-core.c298 dma_addr_t paddr = sg_dma_address(sgentry); for_each_sg() local
/linux-4.4.14/drivers/lguest/
H A Dpage_tables.c676 bool __guest_pa(struct lg_cpu *cpu, unsigned long vaddr, unsigned long *paddr) __guest_pa() argument
721 unsigned long paddr; guest_pa() local
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c196 dma_addr_t paddr; slimpro_i2c_blkrd() local
237 dma_addr_t paddr; slimpro_i2c_blkwr() local
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-lite.h105 dma_addr_t paddr; member in struct:flite_buffer
H A Dfimc-reg.c532 void fimc_hw_set_input_addr(struct fimc_dev *dev, struct fimc_addr *paddr) fimc_hw_set_input_addr() argument
546 fimc_hw_set_output_addr(struct fimc_dev *dev, struct fimc_addr *paddr, int index) fimc_hw_set_output_addr() argument
H A Dfimc-core.c351 fimc_prepare_addr(struct fimc_ctx *ctx, struct vb2_buffer *vb, struct fimc_frame *frame, struct fimc_addr *paddr) fimc_prepare_addr() argument
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c203 camif_hw_set_output_addr(struct camif_vp *vp, struct camif_addr *paddr, int i) camif_hw_set_output_addr() argument
H A Dcamif-capture.c242 camif_prepare_addr(struct camif_vp *vp, struct vb2_buffer *vb, struct camif_addr *paddr) camif_prepare_addr() argument
/linux-4.4.14/drivers/atm/
H A Deni.h128 dma_addr_t paddr; /* DMA handle */ member in struct:eni_skb_prv
/linux-4.4.14/drivers/char/agp/
H A Dparisc-agp.c156 unsigned long paddr; parisc_agp_insert_memory() local
H A Dhp-agp.c364 unsigned long paddr; hp_zx1_insert_memory() local
H A Di460-agp.c79 u64 paddr; /* physical address of large page */ member in struct:__anon3690::lp_desc
296 unsigned long paddr, io_pg_start, io_page_size; i460_insert_memory_small_io_page() local
/linux-4.4.14/lib/
H A Dgenalloc.c217 phys_addr_t paddr = -1; gen_pool_virt_to_phys() local
H A Ddebugobjects.c668 unsigned long flags, oaddr, saddr, eaddr, paddr, chunks; __debug_check_no_obj_freed() local
H A Dswiotlb.c380 int is_swiotlb_buffer(phys_addr_t paddr) is_swiotlb_buffer() argument
657 phys_addr_t paddr = map_single(hwdev, 0, size, DMA_FROM_DEVICE); swiotlb_alloc_coherent() local
695 phys_addr_t paddr = dma_to_phys(hwdev, dev_addr); swiotlb_free_coherent() local
787 phys_addr_t paddr = dma_to_phys(hwdev, dev_addr); unmap_single() local
831 phys_addr_t paddr = dma_to_phys(hwdev, dev_addr); swiotlb_sync_single() local
888 phys_addr_t paddr = sg_phys(sg); for_each_sg() local
/linux-4.4.14/fs/pstore/
H A Dram.c467 phys_addr_t paddr; ramoops_probe() local
387 ramoops_init_przs(struct device *dev, struct ramoops_context *cxt, phys_addr_t *paddr, size_t dump_mem_sz) ramoops_init_przs() argument
431 ramoops_init_prz(struct device *dev, struct ramoops_context *cxt, struct persistent_ram_zone **prz, phys_addr_t *paddr, size_t sz, u32 sig) ramoops_init_prz() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dmem.c345 phys_addr_t paddr = (phys_addr_t)pfn << PAGE_SHIFT; mem_init() local
/linux-4.4.14/arch/mips/kvm/
H A Dtlb.c776 unsigned long paddr, flags, vpn2, asid; kvm_get_inst() local
/linux-4.4.14/arch/parisc/kernel/
H A Dpci-dma.c419 unsigned long paddr; pa11_dma_alloc_consistent() local
133 map_uncached_pages(unsigned long vaddr, unsigned long size, unsigned long paddr) map_uncached_pages() argument
/linux-4.4.14/arch/ia64/kernel/
H A Dmca_drv.c114 mca_page_isolate(unsigned long paddr) mca_page_isolate() argument
156 mca_handler_bh(unsigned long paddr, void *iip, unsigned long ipsr) mca_handler_bh() argument
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dio_common.c58 sn_default_pci_map(struct pci_dev *pdev, unsigned long paddr, size_t size, int type) sn_default_pci_map() argument
/linux-4.4.14/drivers/target/
H A Dtarget_core_sbc.c1241 void *daddr, *paddr; sbc_dif_generate() local
1348 void *paddr, *addr; sbc_dif_copy_prot() local
1396 void *daddr, *paddr; sbc_dif_verify() local
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h237 dma_addr_t paddr; member in struct:mm_dmapool
/linux-4.4.14/drivers/video/fbdev/
H A Dhpfb.c330 unsigned long paddr, vaddr; hpfb_dio_probe() local
/linux-4.4.14/drivers/platform/goldfish/
H A Dgoldfish_pipe.c206 u64 paddr; valid_batchbuffer_addr() local
220 u64 paddr; setup_access_params_addr() local
/linux-4.4.14/drivers/dma/
H A Dfsl_raid.c285 dma_addr_t paddr; fsl_re_chan_alloc_desc() local
586 dma_addr_t paddr; fsl_re_alloc_chan_resources() local
259 fsl_re_init_desc(struct fsl_re_chan *re_chan, struct fsl_re_desc *desc, void *cf, dma_addr_t paddr) fsl_re_init_desc() argument
H A Dat_hdmac.c939 dma_addr_t paddr; atc_prep_dma_memset() local
1000 dma_addr_t paddr; atc_prep_dma_memset_sg() local
H A Dbcm2835-dma.c68 dma_addr_t paddr; member in struct:bcm2835_cb_entry
/linux-4.4.14/drivers/acpi/apei/
H A Dapei-base.c577 static int apei_check_gar(struct acpi_generic_address *reg, u64 *paddr, apei_check_gar() argument
719 u64 paddr; collect_res_callback() local
H A Deinj.c192 static void check_vendor_extension(u64 paddr, check_vendor_extension() argument
H A Dghes.c160 unsigned long vaddr, paddr; ghes_ioremap_pfn_irq() local
296 static void ghes_copy_tofrom_phys(void *buffer, u64 paddr, u32 len, ghes_copy_tofrom_phys() argument
/linux-4.4.14/arch/alpha/kernel/
H A Dpci_iommu.c40 mk_iommu_pte(unsigned long paddr) mk_iommu_pte() argument
258 unsigned long paddr; pci_map_single_1() local
558 unsigned long paddr = SG_ENT_PHYS_ADDRESS(leader); sg_fill() local
/linux-4.4.14/fs/f2fs/
H A Dnamei.c929 char *caddr, *paddr = NULL; f2fs_encrypted_follow_link() local
/linux-4.4.14/fs/proc/
H A Dvmcore.c462 u64 paddr = 0; mmap_vmcore() local
907 u64 paddr, start, end, size; process_ptload_program_headers_elf64() local
950 u64 paddr, start, end, size; process_ptload_program_headers_elf32() local
/linux-4.4.14/arch/metag/include/asm/
H A Dpgtable.h164 unsigned long paddr = pmd_val(pmd) & PAGE_MASK; pmd_page_vaddr() local
/linux-4.4.14/arch/nios2/include/asm/
H A Dpgtable.h212 unsigned long paddr = page_to_virt(pte_page(pteval)); set_pte_at() local
/linux-4.4.14/sound/ppc/
H A Dsnd_ps3.c201 static dma_addr_t v_to_bus(struct snd_ps3_card_info *card, void *paddr, int ch) v_to_bus() argument
/linux-4.4.14/drivers/xen/
H A Dswiotlb-xen.c83 static inline dma_addr_t xen_phys_to_bus(phys_addr_t paddr) xen_phys_to_bus() argument
97 phys_addr_t paddr = dma; xen_bus_to_phys() local
143 phys_addr_t paddr = XEN_PFN_PHYS(xen_pfn); is_xen_swiotlb_buffer() local
439 phys_addr_t paddr = xen_bus_to_phys(dev_addr); xen_unmap_single() local
486 phys_addr_t paddr = xen_bus_to_phys(dev_addr); xen_swiotlb_sync_single() local
549 phys_addr_t paddr = sg_phys(sg); for_each_sg() local
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dgr_udc.c253 dma_addr_t paddr; gr_alloc_dma_desc() local
H A Dgr_udc.h122 u32 paddr; member in struct:gr_dma_desc
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_ct.c97 dma_addr_t paddr; lpfc_ct_unsol_event() local
/linux-4.4.14/drivers/staging/netlogic/
H A Dxlr_net.c87 unsigned long paddr, mflags; send_to_rfr_fifo() local
/linux-4.4.14/drivers/spi/
H A Dspi-dw.h107 unsigned long paddr; member in struct:dw_spi
/linux-4.4.14/drivers/vfio/pci/
H A Dvfio_pci_config.c679 __le16 *paddr = (__le16 *)(vdev->vconfig + pos - offset + PCI_VPD_ADDR); vfio_vpd_config_write() local
/linux-4.4.14/drivers/video/fbdev/omap/
H A Domapfb.h53 u32 paddr; member in struct:omapfb_mem_region
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c2059 u64 paddr = dma_segment_array[i]; bnx2fc_allocate_hash_table() local
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_wr.c120 uint64_t paddr; csio_wr_fill_fl() local
/linux-4.4.14/drivers/lightnvm/
H A Drrpc.c158 struct ppa_addr paddr; rrpc_ppa_to_gaddr() local
562 u64 paddr; rrpc_map_page() local
1191 u64 paddr, pladdr; rrpc_block_map_update() local
509 rrpc_update_map(struct rrpc *rrpc, sector_t laddr, struct rrpc_block *rblk, u64 paddr) rrpc_update_map() argument
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight-tmc.c126 dma_addr_t paddr; member in struct:tmc_drvdata
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_verbs.h83 dma_addr_t paddr; member in struct:nes_mr
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dpcie.h273 u64 paddr; member in struct:mwifiex_evt_buf_desc
279 u64 paddr; member in struct:mwifiex_pcie_buf_desc
289 u64 paddr; member in struct:mwifiex_pfu_buf_desc
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_bitmap.c1421 unsigned long *paddr = kmap_atomic(b->bm_pages[page_nr]); bm_set_full_words_within_one_page() local
/linux-4.4.14/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c495 unsigned long bytes, paddr; map_high() local
513 u64 paddr; map_gru_distributed() local
879 unsigned long mmr_base, present, paddr; uv_system_init() local
/linux-4.4.14/arch/x86/mm/
H A Dpat.c612 static enum page_cache_mode lookup_memtype(u64 paddr) lookup_memtype() argument
798 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, reserve_pfn_range() argument
868 static void free_pfn_range(u64 paddr, unsigned long size) free_pfn_range() argument
886 resource_size_t paddr; track_pfn_copy() local
915 resource_size_t paddr = (resource_size_t)pfn << PAGE_SHIFT; track_pfn_remap() local
975 resource_size_t paddr; untrack_pfn() local

Completed in 8240 milliseconds

12