/linux/arch/m68k/mm/ |
A D | memory.c | 24 static inline void clear040(unsigned long paddr) in clear040() 35 static inline void cleari040(unsigned long paddr) in cleari040() 47 static inline void push040(unsigned long paddr) in push040() 59 static inline void pushcl040(unsigned long paddr) in pushcl040() 97 void cache_clear (unsigned long paddr, int len) in cache_clear() 146 void cache_push (unsigned long paddr, int len) in cache_push()
|
/linux/arch/mips/cavium-octeon/ |
A 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/arch/microblaze/kernel/ |
A D | dma.c | 17 static void __dma_sync(phys_addr_t paddr, size_t size, in __dma_sync() 33 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 39 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/h8300/mm/ |
A D | memory.c | 32 void cache_clear(unsigned long paddr, int len) in cache_clear() 37 void cache_push(unsigned long paddr, int len) in cache_push() 49 unsigned long kernel_map(unsigned long paddr, unsigned long size, in kernel_map()
|
/linux/arch/arc/mm/ |
A D | cache.c | 226 void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v3() 286 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 340 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 520 #define __dc_line_op(paddr, vaddr, sz, op) argument 521 #define __dc_line_op_k(paddr, sz, op) argument 534 __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr_local() 552 phys_addr_t paddr, vaddr; member 697 #define slc_op(paddr, sz, op) slc_op_rgn(paddr, sz, op) argument 778 phys_addr_t paddr = (unsigned long)page_address(page); in flush_dcache_page() local 924 void __inv_icache_page(phys_addr_t paddr, unsigned long vaddr) in __inv_icache_page() [all …]
|
A D | ioremap.c | 14 static inline bool arc_uncached_addr_space(phys_addr_t paddr) in arc_uncached_addr_space() 26 void __iomem *ioremap(phys_addr_t paddr, unsigned long size) in ioremap() 54 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, in ioremap_prot()
|
A D | dma.c | 51 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 72 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/include/linux/ |
A D | dma-direct.h | 28 phys_addr_t paddr) in translate_phys_to_dma() 59 phys_addr_t paddr) in phys_to_dma_unencrypted() 72 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 79 phys_addr_t paddr; in dma_to_phys() local
|
/linux/arch/nds32/kernel/ |
A D | dma.c | 13 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op() 49 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 64 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/xtensa/kernel/ |
A D | pci-dma.c | 24 static void do_cache_op(phys_addr_t paddr, size_t size, in do_cache_op() 46 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu() 64 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
|
/linux/arch/csky/mm/ |
A D | dma-mapping.c | 15 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op() 59 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 75 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/drivers/xen/ |
A D | swiotlb-xen.c | 48 static inline phys_addr_t xen_phys_to_bus(struct device *dev, phys_addr_t paddr) in xen_phys_to_bus() 57 static inline dma_addr_t xen_phys_to_dma(struct device *dev, phys_addr_t paddr) in xen_phys_to_dma() 66 phys_addr_t paddr = (xen_pfn << XEN_PAGE_SHIFT) | in xen_bus_to_phys() local 96 phys_addr_t paddr = (phys_addr_t)xen_pfn << XEN_PAGE_SHIFT; in is_xen_swiotlb_buffer() local 420 phys_addr_t paddr = xen_dma_to_phys(hwdev, dev_addr); in xen_swiotlb_unmap_page() local 440 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_cpu() local 457 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_device() local
|
/linux/arch/powerpc/mm/ |
A D | dma-noncoherent.c | 94 static void __dma_sync_page(phys_addr_t paddr, size_t size, int dir) in __dma_sync_page() 107 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 113 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/s390/kernel/ |
A D | uv.c | 83 static int uv_pin_shared(unsigned long paddr) in uv_pin_shared() 103 static int uv_destroy_page(unsigned long paddr) in uv_destroy_page() 126 int uv_destroy_owned_page(unsigned long paddr) in uv_destroy_owned_page() 145 int uv_convert_from_secure(unsigned long paddr) in uv_convert_from_secure() 161 int uv_convert_owned_from_secure(unsigned long paddr) in uv_convert_owned_from_secure()
|
/linux/sound/soc/intel/catpt/ |
A D | loader.c | 239 struct dma_chan *chan, dma_addr_t paddr, in catpt_restore_fwimage() 290 struct dma_chan *chan, dma_addr_t paddr, in catpt_load_block() 329 struct dma_chan *chan, dma_addr_t paddr, in catpt_restore_basefw() 372 struct dma_chan *chan, dma_addr_t paddr, in catpt_restore_module() 413 struct dma_chan *chan, dma_addr_t paddr, in catpt_load_module() 460 struct dma_chan *chan, dma_addr_t paddr, in catpt_restore_firmware() 506 struct dma_chan *chan, dma_addr_t paddr, in catpt_load_firmware() 547 dma_addr_t paddr; in catpt_load_image() local
|
/linux/arch/mips/sgi-ip32/ |
A 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/net/sctp/ |
A D | input.c | 839 const union sctp_addr *paddr, __u32 seed) in sctp_hashfn() 856 const union sctp_addr *paddr) in __sctp_rcv_lookup_endpoint() 894 const union sctp_addr *paddr; member 1002 const union sctp_addr *paddr) in sctp_addrs_lookup_transport() 1031 const union sctp_addr *paddr) in sctp_epaddr_lookup_transport() 1076 const union sctp_addr *paddr, in sctp_lookup_association() 1091 const union sctp_addr *paddr) in sctp_has_association() 1127 union sctp_addr *paddr = &addr; in __sctp_rcv_init_lookup() local 1194 union sctp_addr paddr; in __sctp_rcv_asconf_lookup() local 1325 const union sctp_addr *paddr, in __sctp_rcv_lookup()
|
/linux/arch/mips/mm/ |
A D | dma-noncoherent.c | 95 static inline void dma_sync_phys(phys_addr_t paddr, size_t size, in dma_sync_phys() 124 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 131 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/arm/mm/ |
A D | dma-mapping-nommu.c | 16 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 27 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/tools/testing/selftests/sparc64/drivers/ |
A 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/arch/nios2/mm/ |
A D | dma-mapping.c | 21 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 45 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/arm64/mm/ |
A D | dma-mapping.c | 16 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 22 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
/linux/arch/m68k/include/asm/ |
A D | cacheflush_no.h | 70 static inline void cache_push(unsigned long paddr, int len) in cache_push() 79 static inline void cache_clear(unsigned long paddr, int len) in cache_clear()
|
/linux/arch/x86/mm/ |
A D | mem_encrypt.c | 61 static void __init __sme_early_enc_dec(resource_size_t paddr, in __sme_early_enc_dec() 111 void __init sme_early_encrypt(resource_size_t paddr, unsigned long size) in sme_early_encrypt() 116 void __init sme_early_decrypt(resource_size_t paddr, unsigned long size) in sme_early_decrypt() 124 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET; in __sme_early_map_unmap_mem() local
|
/linux/arch/xtensa/mm/ |
A D | cache.c | 82 unsigned long vaddr, unsigned long *paddr) in coherent_kvaddr() 90 unsigned long paddr; in clear_user_highpage() local 244 unsigned long paddr = (unsigned long)kmap_atomic(page); in update_mmu_cache() local
|