Lines Matching full:start
18 * caches_clean_inval_pou_macro(start,end) [fixup]
24 * - start - virtual start address of region
46 * caches_clean_inval_pou(start,end)
52 * - start - virtual start address of region
61 * caches_clean_inval_user_pou(start,end)
67 * - start - virtual start address of region
84 * icache_inval_pou(start,end)
88 * - start - virtual start address of region
102 * dcache_clean_inval_poc(start, end)
104 * Ensure that any D-cache lines for the interval [start, end)
107 * - start - virtual start address of region
116 * dcache_clean_pou(start, end)
118 * Ensure that any D-cache lines for the interval [start, end)
121 * - start - virtual start address of region
134 * dcache_inval_poc(start, end)
136 * Ensure that any D-cache lines for the interval [start, end)
140 * - start - kernel start address of region
148 * __dma_inv_area(start, end)
149 * - start - virtual start address of region
158 1: tst x0, x3 // start cache line aligned?
173 * dcache_clean_poc(start, end)
175 * Ensure that any D-cache lines for the interval [start, end)
178 * - start - virtual start address of region
186 * __dma_clean_area(start, end)
187 * - start - virtual start address of region
196 * dcache_clean_pop(start, end)
198 * Ensure that any D-cache lines for the interval [start, end)
201 * - start - virtual start address of region
213 * __dma_flush_area(start, size)
217 * - start - virtual start address of region
227 * __dma_map_area(start, size, dir)
228 * - start - kernel virtual start address
240 * __dma_unmap_area(start, size, dir)
241 * - start - kernel virtual start address