| /kernel/linux/linux-5.10/arch/m68k/mm/ |
| D | memory.c | 25 static inline void clear040(unsigned long paddr) in clear040() 36 static inline void cleari040(unsigned long paddr) in cleari040() 48 static inline void push040(unsigned long paddr) in push040() 60 static inline void pushcl040(unsigned long paddr) in pushcl040() 98 void cache_clear (unsigned long paddr, int len) in cache_clear() 147 void cache_push (unsigned long paddr, int len) in cache_push()
|
| /kernel/linux/linux-6.6/arch/m68k/mm/ |
| 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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| D | dma-noncoherent.c | 18 static inline void arch_dma_cache_wback(phys_addr_t paddr, size_t size) in arch_dma_cache_wback() 31 static inline void arch_dma_cache_inv(phys_addr_t paddr, size_t size) in arch_dma_cache_inv() 45 static inline void arch_dma_cache_wback_inv(phys_addr_t paddr, size_t size) in arch_dma_cache_wback_inv() 69 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 98 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
| /kernel/liteos_a/kernel/base/include/ |
| D | los_vm_zone.h | 89 #define IO_DEVICE_ADDR(paddr) ((paddr) - PERIPH_PMM_BASE + PERIPH_DEVICE_BASE) argument 90 #define IO_CACHED_ADDR(paddr) ((paddr) - PERIPH_PMM_BASE + PERIPH_CACHED_BASE) argument 91 #define IO_UNCACHED_ADDR(paddr) ((paddr) - PERIPH_PMM_BASE + PERIPH_UNCACHED_BASE) argument 93 #define MEM_CACHED_ADDR(paddr) ((paddr) - DDR_MEM_ADDR + KERNEL_VMM_BASE) argument 94 #define MEM_UNCACHED_ADDR(paddr) ((paddr) - DDR_MEM_ADDR + UNCACHED_VMM_BASE) argument
|
| /kernel/linux/linux-6.6/arch/arc/mm/ |
| D | cache.c | 189 void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v3() 249 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 303 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 461 static inline void __dc_line_op(phys_addr_t paddr, unsigned long vaddr, in __dc_line_op() 483 #define __dc_line_op(paddr, vaddr, sz, op) argument 484 #define __dc_line_op_k(paddr, sz, op) argument 497 __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr_local() 515 phys_addr_t paddr, vaddr; member 526 static void __ic_line_inv_vaddr(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr() 547 static noinline void slc_op_rgn(phys_addr_t paddr, unsigned long sz, const int op) in slc_op_rgn() [all …]
|
| D | ioremap.c | 13 static inline bool arc_uncached_addr_space(phys_addr_t paddr) in arc_uncached_addr_space() 25 void __iomem *ioremap(phys_addr_t paddr, unsigned long size) in ioremap() 46 void __iomem *ioremap_prot(phys_addr_t paddr, size_t size, in ioremap_prot()
|
| /kernel/linux/linux-6.6/arch/microblaze/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/microblaze/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/arc/mm/ |
| D | cache.c | 250 void __cache_line_loop_v2(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v2() 295 void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v3() 366 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 420 void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, in __cache_line_loop_v4() 580 static inline void __dc_line_op(phys_addr_t paddr, unsigned long vaddr, in __dc_line_op() 602 #define __dc_line_op(paddr, vaddr, sz, op) argument 603 #define __dc_line_op_k(paddr, sz, op) argument 616 __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr_local() 634 phys_addr_t paddr, vaddr; member 645 static void __ic_line_inv_vaddr(phys_addr_t paddr, unsigned long vaddr, in __ic_line_inv_vaddr() [all …]
|
| 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() 53 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, in ioremap_prot()
|
| /kernel/linux/linux-5.10/arch/h8300/mm/ |
| 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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
|
| /kernel/linux/linux-5.10/arch/c6x/mm/ |
| D | dma-coherent.c | 78 u32 paddr; in arch_dma_alloc() local 143 static void c6x_dma_sync(phys_addr_t paddr, size_t size, in c6x_dma_sync() 163 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 169 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
| /kernel/linux/linux-5.10/arch/nds32/kernel/ |
| 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()
|
| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| 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()
|
| /kernel/linux/linux-6.6/arch/csky/mm/ |
| D | dma-mapping.c | 14 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op() 58 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 74 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|
| /kernel/linux/linux-5.10/arch/csky/mm/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/xen/ |
| D | swiotlb-xen.c | 47 static inline phys_addr_t xen_phys_to_bus(struct device *dev, phys_addr_t paddr) in xen_phys_to_bus() 56 static inline dma_addr_t xen_phys_to_dma(struct device *dev, phys_addr_t paddr) in xen_phys_to_dma() 65 phys_addr_t paddr = (xen_pfn << XEN_PAGE_SHIFT) | in xen_bus_to_phys() local 103 phys_addr_t paddr = (phys_addr_t)xen_pfn << XEN_PAGE_SHIFT; in is_xen_swiotlb_buffer() local 267 phys_addr_t paddr = xen_dma_to_phys(hwdev, dev_addr); in xen_swiotlb_unmap_page() local 287 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_cpu() local 304 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_device() local
|
| /kernel/linux/linux-6.6/drivers/soc/apple/ |
| D | sart.c | 72 phys_addr_t *paddr, size_t *size) in sart2_get_entry() 104 phys_addr_t *paddr, size_t *size) in sart3_get_entry() 150 phys_addr_t paddr; in apple_sart_probe() local 208 phys_addr_t paddr, size_t size) in sart_set_entry() 225 int apple_sart_add_allowed_region(struct apple_sart *sart, phys_addr_t paddr, in apple_sart_add_allowed_region() 259 int apple_sart_remove_allowed_region(struct apple_sart *sart, phys_addr_t paddr, in apple_sart_remove_allowed_region()
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| D | swiotlb-xen.c | 55 static inline phys_addr_t xen_phys_to_bus(struct device *dev, phys_addr_t paddr) in xen_phys_to_bus() 64 static inline dma_addr_t xen_phys_to_dma(struct device *dev, phys_addr_t paddr) in xen_phys_to_dma() 73 phys_addr_t paddr = (xen_pfn << XEN_PAGE_SHIFT) | in xen_bus_to_phys() local 108 phys_addr_t paddr = (phys_addr_t)xen_pfn << XEN_PAGE_SHIFT; in is_xen_swiotlb_buffer() local 435 phys_addr_t paddr = xen_dma_to_phys(hwdev, dev_addr); in xen_swiotlb_unmap_page() local 455 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_cpu() local 472 phys_addr_t paddr = xen_dma_to_phys(dev, dma_addr); in xen_swiotlb_sync_single_for_device() local
|
| /kernel/linux/linux-5.10/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
|