Lines Matching full:end
54 unsigned long start, unsigned long end)``
60 'start' to 'end-1' will be visible to the cpu. That is, after
62 virtual addresses in the range 'start' to 'end-1'.
95 At the end of every page fault, this routine is invoked to tell
116 2) flush_cache_range(vma, start, end);
117 change_range_of_page_tables(mm, start, end);
118 flush_tlb_range(vma, start, end);
163 unsigned long start, unsigned long end)``
168 the range 'start' to 'end-1'.
212 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)``
213 ``void flush_cache_vunmap(unsigned long start, unsigned long end)``
218 space for virtual addresses in the range 'start' to 'end-1'.
360 ``void flush_icache_range(unsigned long start, unsigned long end)``