Home
last modified time | relevance | path

Searched defs:vma (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/arch/m32r/include/asm/
Dcacheflush.h13 #define flush_cache_range(vma, start, end) do { } while (0) argument
14 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
21 #define flush_icache_page(vma,pg) _flush_cache_copyback_all() argument
22 #define flush_icache_user_range(vma,pg,adr,len) _flush_cache_copyback_all() argument
27 #define flush_icache_page(vma,pg) smp_flush_cache_all() argument
28 #define flush_icache_user_range(vma,pg,adr,len) smp_flush_cache_all() argument
35 #define flush_cache_range(vma, start, end) do { } while (0) argument
36 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
42 #define flush_icache_page(vma,pg) _flush_cache_all() argument
43 #define flush_icache_user_range(vma,pg,adr,len) _flush_cache_all() argument
[all …]
Dtlbflush.h27 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) argument
28 #define flush_tlb_range(vma, start, end) \ argument
34 #define flush_tlb_page(vma, vmaddr) do { } while (0) argument
35 #define flush_tlb_range(vma, start, end) do { } while (0) argument
46 #define flush_tlb_page(vma, page) smp_flush_tlb_page(vma, page) argument
47 #define flush_tlb_range(vma, start, end) \ argument
/arch/metag/include/asm/
Dtlb.h11 #define tlb_start_vma(tlb, vma) \ argument
17 #define tlb_end_vma(tlb, vma) \ argument
26 #define tlb_start_vma(tlb, vma) do { } while (0) argument
27 #define tlb_end_vma(tlb, vma) do { } while (0) argument
/arch/xtensa/include/asm/
Dtlb.h21 # define tlb_start_vma(tlb,vma) do { } while (0) argument
22 # define tlb_end_vma(tlb,vma) do { } while (0) argument
26 # define tlb_start_vma(tlb, vma) \ argument
32 # define tlb_end_vma(tlb, vma) \ argument
/arch/arm64/include/asm/
Dtlbflush.h90 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page()
104 #define flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) argument
110 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache()
120 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) argument
/arch/ia64/include/asm/
Dcacheflush.h22 #define flush_cache_range(vma, start, end) do { } while (0) argument
23 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
24 #define flush_icache_page(vma,page) do { } while (0) argument
41 #define flush_icache_user_range(vma, page, user_addr, len) \ argument
47 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
51 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/powerpc/include/asm/
Dtlbflush.h54 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr) argument
57 #define flush_tlb_page_nohash(vma,addr) flush_tlb_page(vma,addr) argument
70 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page()
140 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page()
145 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page()
150 static inline void flush_tlb_page_nohash(struct vm_area_struct *vma, in flush_tlb_page_nohash()
155 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range()
Dcacheflush.h22 #define flush_cache_range(vma, start, end) do { } while (0) argument
23 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
24 #define flush_icache_page(vma, page) do { } while (0) argument
61 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
66 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
Dtlb.h28 #define tlb_start_vma(tlb, vma) do { } while (0) argument
29 #define tlb_end_vma(tlb, vma) do { } while (0) argument
/arch/cris/include/asm/
Dcacheflush.h13 #define flush_cache_range(vma, start, end) do { } while (0) argument
14 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
20 #define flush_icache_page(vma,pg) do { } while (0) argument
21 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) argument
25 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
27 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/unicore32/mm/
Dflush.c23 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range()
30 void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, in flush_cache_page()
35 static void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access()
53 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
/arch/sparc/include/asm/
Dcacheflush_64.h23 #define flush_cache_range(vma, start, end) \ argument
25 #define flush_cache_page(vma, page, pfn) \ argument
50 #define flush_icache_page(vma, pg) do { } while(0) argument
51 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) argument
57 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
64 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
Dcacheflush_32.h12 #define flush_cache_range(vma,start,end) \ argument
14 #define flush_cache_page(vma,addr,pfn) \ argument
17 #define flush_icache_page(vma, pg) do { } while (0) argument
19 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) argument
21 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
26 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/alpha/include/asm/
Dcacheflush.h10 #define flush_cache_range(vma, start, end) do { } while (0) argument
11 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
50 flush_icache_user_range(struct vm_area_struct *vma, struct page *page, in flush_icache_user_range()
67 #define flush_icache_page(vma, page) \ argument
70 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
74 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
Dtlbflush.h39 struct vm_area_struct *vma, in ev4_flush_tlb_current_page()
52 struct vm_area_struct *vma, in ev5_flush_tlb_current_page()
117 flush_tlb_page(struct vm_area_struct *vma, unsigned long addr) in flush_tlb_page()
130 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range()
/arch/arc/include/asm/
Dtlb.h39 #define tlb_start_vma(tlb, vma) argument
41 #define tlb_start_vma(tlb, vma) \ argument
48 #define tlb_end_vma(tlb, vma) \ argument
/arch/h8300/include/asm/
Dcacheflush.h16 #define flush_cache_range(vma,a,b) argument
17 #define flush_cache_page(vma,p,pfn) argument
23 #define flush_icache_page(vma,page) argument
33 #define flush_icache_user_range(vma,page,addr,len) argument
35 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
37 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/xtensa/mm/
Dcache.c121 void flush_cache_range(struct vm_area_struct* vma, in flush_cache_range()
135 void flush_cache_page(struct vm_area_struct* vma, unsigned long address, in flush_cache_page()
150 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache()
198 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
234 extern void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
/arch/m68k/include/asm/
Dcacheflush_no.h13 #define flush_cache_range(vma, start, end) do { } while (0) argument
14 #define flush_cache_page(vma, vmaddr) do { } while (0) argument
21 #define flush_icache_page(vma,pg) do { } while (0) argument
22 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) argument
26 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
28 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/arm64/mm/
Dflush.c30 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range()
37 static void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access()
59 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
/arch/frv/include/asm/
Dcacheflush.h25 #define flush_cache_page(vma, vmaddr, pfn) do {} while(0) argument
80 static inline void flush_icache_user_range(struct vm_area_struct *vma, struct page *page, in flush_icache_user_range()
87 static inline void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page()
96 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
102 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/sh/mm/
Dcache.c58 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
77 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
94 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage()
134 void __update_cache(struct vm_area_struct *vma, in __update_cache()
191 void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, in flush_cache_page()
203 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range()
233 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page()
/arch/tile/include/asm/
Dcacheflush.h29 #define flush_cache_range(vma, start, end) do { } while (0) argument
30 #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) argument
37 #define flush_icache_page(vma, pg) do { } while (0) argument
38 #define flush_icache_user_range(vma, pg, adr, len) do { } while (0) argument
64 static inline void copy_to_user_page(struct vm_area_struct *vma, in copy_to_user_page()
75 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/arch/mips/mm/
Dc-octeon.c65 static void octeon_flush_icache_all_cores(struct vm_area_struct *vma) in octeon_flush_icache_all_cores()
138 struct vm_area_struct *vma; in octeon_flush_cache_sigtramp() local
152 static void octeon_flush_cache_range(struct vm_area_struct *vma, in octeon_flush_cache_range()
167 static void octeon_flush_cache_page(struct vm_area_struct *vma, in octeon_flush_cache_page()
179 static void octeon_flush_data_cache_range(struct vm_area_struct *vma, in octeon_flush_data_cache_range()
/arch/unicore32/include/asm/
Dcacheflush.h120 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
152 #define flush_cache_user_range(vma, start, end) \ argument
187 #define flush_icache_user_range(vma, page, addr, len) \ argument
194 #define flush_icache_page(vma, page) do { } while (0) argument

12345678910>>...14