Home
last modified time | relevance | path

Searched refs:outer_clean_range (Results 1 – 7 of 7) sorted by relevance

/arch/arm/include/asm/
Doutercache.h63 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() function
122 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() function
Dcacheflush.h402 outer_clean_range(__pa(_p), __pa(_p + size)); in __sync_cache_range_w()
/arch/arm/mach-socfpga/
Dplatsmp.c48 outer_clean_range(0, trampoline_size); in socfpga_boot_secondary()
71 outer_clean_range(0, trampoline_size); in socfpga_a10_boot_secondary()
/arch/arm/kernel/
Dsuspend.c84 outer_clean_range(*save_ptr, *save_ptr + ptrsz); in __cpu_suspend_save()
85 outer_clean_range(virt_to_phys(save_ptr), in __cpu_suspend_save()
/arch/arm/mach-omap2/
Domap-secure.c54 outer_clean_range(__pa(param), __pa(param + 5)); in omap_secure_dispatcher()
129 outer_clean_range(__pa(param), __pa(param + 5)); in rx51_secure_dispatcher()
/arch/arm/mach-rockchip/
Dplatsmp.c199 outer_clean_range(0, trampoline_sz); in rockchip_smp_prepare_sram()
/arch/arm/mm/
Ddma-mapping.c874 outer_clean_range(paddr, paddr + size); in __dma_page_cpu_to_dev()