~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/hexagon/include/asm/cacheflush.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/hexagon/include/asm/cacheflush.h (Architecture ppc) and /arch/m68k/include/asm-m68k/cacheflush.h (Architecture m68k)


  1 /* SPDX-License-Identifier: GPL-2.0-only */         1 
  2 /*                                                
  3  * Cache flush operations for the Hexagon arch    
  4  *                                                
  5  * Copyright (c) 2010-2011, The Linux Foundati    
  6  */                                               
  7                                                   
  8 #ifndef _ASM_CACHEFLUSH_H                         
  9 #define _ASM_CACHEFLUSH_H                         
 10                                                   
 11 #include <linux/mm_types.h>                       
 12                                                   
 13 /* Cache flushing:                                
 14  *                                                
 15  *  - flush_cache_all() flushes entire cache      
 16  *  - flush_cache_mm(mm) flushes the specified    
 17  *  - flush_cache_page(mm, vmaddr, pfn) flushe    
 18  *  - flush_cache_range(vma, start, end) flush    
 19  *  - flush_icache_range(start, end) flush a r    
 20  *  - flush_dcache_page(pg) flushes(wback&inva    
 21  *  - flush_icache_pages(vma, pg, nr) flushes(    
 22  *                                                
 23  *  Need to doublecheck which one is really ne    
 24  */                                               
 25 #define LINESIZE        32                        
 26 #define LINEBITS        5                         
 27                                                   
 28 /*                                                
 29  * Flush Dcache range through current map.        
 30  */                                               
 31 extern void flush_dcache_range(unsigned long s    
 32 #define flush_dcache_range flush_dcache_range     
 33                                                   
 34 /*                                                
 35  * Flush Icache range through current map.        
 36  */                                               
 37 extern void flush_icache_range(unsigned long s    
 38 #define flush_icache_range flush_icache_range     
 39                                                   
 40 /*                                                
 41  * Memory-management related flushes are there    
 42  * indexed cache schemes that stale lines belo    
 43  * in the cache to confuse things.  The protot    
 44  * only uses a single ASID for all user-mode m    
 45  * mean that they aren't necessary.  A brute-f    
 46  * implementation, with the name xxxxx_hexagon    
 47  * arch/hexagon/mm/cache.c, but let's not wire    
 48  * it is needed.                                  
 49  */                                               
 50 extern void flush_cache_all_hexagon(void);        
 51                                                   
 52 /*                                                
 53  * This may or may not ever have to be non-nul    
 54  * virtual machine MMU.  For a native kernel,     
 55  *                                                
 56  * This is also the place where deferred cache    
 57  * to happen, classically...  but instead we d    
 58  * clean the cache when the PTE is set.           
 59  *                                                
 60  */                                               
 61 static inline void update_mmu_cache_range(stru    
 62                 struct vm_area_struct *vma, un    
 63                 pte_t *ptep, unsigned int nr)     
 64 {                                                 
 65         /*  generic_ptrace_pokedata doesn't wi    
 66 }                                                 
 67                                                   
 68 #define update_mmu_cache(vma, addr, ptep) \       
 69         update_mmu_cache_range(NULL, vma, addr    
 70                                                   
 71 void copy_to_user_page(struct vm_area_struct *    
 72                        unsigned long vaddr, vo    
 73 #define copy_to_user_page copy_to_user_page       
 74                                                   
 75 #define copy_from_user_page(vma, page, vaddr,     
 76         memcpy(dst, src, len)                     
 77                                                   
 78 extern void hexagon_inv_dcache_range(unsigned     
 79 extern void hexagon_clean_dcache_range(unsigne    
 80                                                   
 81 #include <asm-generic/cacheflush.h>               
 82                                                   
 83 #endif                                            
 84                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php