/Linux-v4.19/arch/m68k/mm/ |
D | memory.c | 129 static inline void clear040(unsigned long paddr) in clear040() 140 static inline void cleari040(unsigned long paddr) in cleari040() 152 static inline void push040(unsigned long paddr) in push040() 164 static inline void pushcl040(unsigned long paddr) in pushcl040() 202 void cache_clear (unsigned long paddr, int len) in cache_clear() 251 void cache_push (unsigned long paddr, int len) in cache_push()
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 35 static dma_addr_t octeon_hole_phys_to_dma(phys_addr_t paddr) in octeon_hole_phys_to_dma() 51 static dma_addr_t octeon_gen1_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen1_phys_to_dma() 73 static dma_addr_t octeon_gen2_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen2_phys_to_dma() 88 static dma_addr_t octeon_big_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_big_phys_to_dma() 116 phys_addr_t paddr) in octeon_small_phys_to_dma() 171 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma()
|
/Linux-v4.19/arch/h8300/mm/ |
D | memory.c | 33 void cache_clear(unsigned long paddr, int len) in cache_clear() 38 void cache_push(unsigned long paddr, int len) in cache_push() 50 unsigned long kernel_map(unsigned long paddr, unsigned long size, in kernel_map()
|
/Linux-v4.19/arch/arc/mm/ |
D | cache.c | 239 void __cache_line_loop_v2(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v2() 284 void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v3() 355 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 409 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 569 static inline void __dc_line_op(phys_addr_t paddr, unsigned long vaddr, in __dc_line_op() 591 #define __dc_line_op(paddr, vaddr, sz, op) argument 592 #define __dc_line_op_k(paddr, sz, op) argument 605 __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr_local() 623 phys_addr_t paddr, vaddr; member 634 static void __ic_line_inv_vaddr(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr() [all …]
|
D | ioremap.c | 17 static inline bool arc_uncached_addr_space(phys_addr_t paddr) in arc_uncached_addr_space() 29 void __iomem *ioremap(phys_addr_t paddr, unsigned long size) in ioremap() 56 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, in ioremap_prot()
|
D | dma.c | 25 phys_addr_t paddr; in arch_dma_alloc() local 78 phys_addr_t paddr = dma_handle; in arch_dma_free() local 130 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 151 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|
/Linux-v4.19/include/linux/ |
D | dma-direct.h | 11 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() 20 phys_addr_t paddr = (phys_addr_t)dev_addr; in __dma_to_phys() local 40 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma()
|
D | dma-noncoherent.h | 32 phys_addr_t paddr, size_t size, enum dma_data_direction dir) in arch_sync_dma_for_device() 42 phys_addr_t paddr, size_t size, enum dma_data_direction dir) in arch_sync_dma_for_cpu()
|
/Linux-v4.19/arch/c6x/mm/ |
D | dma-coherent.c | 81 u32 paddr; in arch_dma_alloc() local 145 static void c6x_dma_sync(struct device *dev, phys_addr_t paddr, size_t size, in c6x_dma_sync() 165 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 171 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | dma.c | 18 static void __dma_sync(struct device *dev, phys_addr_t paddr, size_t size, in __dma_sync() 34 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 40 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|
/Linux-v4.19/arch/mips/sgi-ip32/ |
D | ip32-dma.c | 21 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() 32 phys_addr_t paddr = dma_addr & RAM_OFFSET_MASK; in __dma_to_phys() local
|
/Linux-v4.19/net/sctp/ |
D | input.c | 801 const union sctp_addr *paddr; member 832 const union sctp_addr *paddr = &t->ipaddr; in sctp_hash_obj() local 849 const union sctp_addr *paddr = x->paddr; in sctp_hash_key() local 927 const union sctp_addr *paddr) in sctp_addrs_lookup_transport() 956 const union sctp_addr *paddr) in sctp_epaddr_lookup_transport() 1002 const union sctp_addr *paddr, in sctp_lookup_association() 1017 const union sctp_addr *paddr) in sctp_has_association() 1053 union sctp_addr *paddr = &addr; in __sctp_rcv_init_lookup() local 1119 union sctp_addr paddr; in __sctp_rcv_asconf_lookup() local 1245 const union sctp_addr *paddr, in __sctp_rcv_lookup()
|
/Linux-v4.19/arch/x86/mm/ |
D | mem_encrypt.c | 58 static void __init __sme_early_enc_dec(resource_size_t paddr, in __sme_early_enc_dec() 108 void __init sme_early_encrypt(resource_size_t paddr, unsigned long size) in sme_early_encrypt() 113 void __init sme_early_decrypt(resource_size_t paddr, unsigned long size) in sme_early_decrypt() 121 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET; in __sme_early_map_unmap_mem() local
|
/Linux-v4.19/drivers/scsi/ |
D | gdth_proc.c | 34 u64 paddr; in gdth_set_asc_info() local 146 u64 paddr; in gdth_show_info() local 567 u64 *paddr) in gdth_ioctl_alloc() 594 static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr) in gdth_ioctl_free()
|
/Linux-v4.19/arch/ia64/sn/pci/ |
D | tioca_provider.c | 283 tioca_dma_d64(unsigned long paddr) in tioca_dma_d64() 325 tioca_dma_d48(struct pci_dev *pdev, u64 paddr) in tioca_dma_d48() 373 tioca_dma_mapped(struct pci_dev *pdev, unsigned long paddr, size_t req_size) in tioca_dma_mapped() 513 tioca_dma_map(struct pci_dev *pdev, unsigned long paddr, size_t byte_count, int dma_flags) in tioca_dma_map()
|
/Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 320 unsigned long paddr = in test0_prpw_aligned_1byte() local 354 unsigned long paddr = in test1_prpw_aligned_4096bytes() local 394 unsigned long paddr = in test2_prpw_aligned_10327bytes() local 434 unsigned long paddr = in test3_prpw_unaligned_12541bytes() local 522 unsigned long paddr = in test5_rw_aligned_1byte() local 567 unsigned long paddr = in test6_rw_aligned_9434bytes() local 619 unsigned long paddr = in test7_rw_aligned_14963bytes() local
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | pci-dma.c | 29 static void do_cache_op(phys_addr_t paddr, size_t size, in do_cache_op() 51 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu() 69 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device()
|
/Linux-v4.19/arch/mips/mm/ |
D | dma-noncoherent.c | 155 static inline void dma_sync_phys(phys_addr_t paddr, size_t size, in dma_sync_phys() 187 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 194 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|
/Linux-v4.19/arch/nios2/mm/ |
D | dma-mapping.c | 21 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 45 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|
/Linux-v4.19/drivers/xen/ |
D | swiotlb-xen.c | 71 static inline dma_addr_t xen_phys_to_bus(phys_addr_t paddr) in xen_phys_to_bus() 85 phys_addr_t paddr = dma; in xen_bus_to_phys() local 131 phys_addr_t paddr = XEN_PFN_PHYS(xen_pfn); in is_xen_swiotlb_buffer() local 431 phys_addr_t paddr = xen_bus_to_phys(dev_addr); in xen_unmap_single() local 477 phys_addr_t paddr = xen_bus_to_phys(dev_addr); in xen_swiotlb_sync_single() local 557 phys_addr_t paddr = sg_phys(sg); in xen_swiotlb_map_sg_attrs() local
|
/Linux-v4.19/arch/xtensa/mm/ |
D | cache.c | 81 unsigned long vaddr, unsigned long *paddr) in coherent_kvaddr() 94 unsigned long paddr; in clear_user_highpage() local 242 unsigned long paddr = (unsigned long)kmap_atomic(page); in update_mmu_cache() local
|
/Linux-v4.19/arch/ia64/sn/pci/pcibr/ |
D | pcibr_dma.c | 45 u64 paddr, size_t req_size, u64 flags, int dma_flags) in pcibr_dmamap_ate32() 128 pcibr_dmatrans_direct64(struct pcidev_info * info, u64 paddr, in pcibr_dmatrans_direct64() 167 u64 paddr, size_t req_size, u64 flags, int dma_flags) in pcibr_dmatrans_direct32()
|
/Linux-v4.19/arch/sh/mm/ |
D | cache-sh5.c | 35 unsigned long paddr) in sh64_setup_dtlb_cache_slot() 325 static void sh64_dcache_purge_coloured_phy_page(unsigned long paddr, in sh64_dcache_purge_coloured_phy_page() 359 static void sh64_dcache_purge_phy_page(unsigned long paddr) in sh64_dcache_purge_phy_page() 391 unsigned long paddr; in sh64_dcache_purge_user_pages() local
|
/Linux-v4.19/arch/x86/include/asm/ |
D | mem_encrypt.h | 62 static inline void __init sme_early_encrypt(resource_size_t paddr, in sme_early_encrypt() 64 static inline void __init sme_early_decrypt(resource_size_t paddr, in sme_early_decrypt()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | dma.c | 327 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op() 363 void arch_sync_dma_for_device(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_device() 378 void arch_sync_dma_for_cpu(struct device *dev, phys_addr_t paddr, in arch_sync_dma_for_cpu()
|