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
62 * caches_clean_inval_user_pou(start,end)
68 * - start - virtual start address of region
85 * icache_inval_pou(start,end)
89 * - start - virtual start address of region
103 * dcache_clean_inval_poc(start, end)
105 * Ensure that any D-cache lines for the interval [start, end)
108 * - start - virtual start address of region
118 * dcache_clean_pou(start, end)
120 * Ensure that any D-cache lines for the interval [start, end)
123 * - start - virtual start address of region
142 1: tst x0, x3 // start cache line aligned?
154 * dcache_inval_poc(start, end)
156 * Ensure that any D-cache lines for the interval [start, end)
160 * - start - kernel start address of region
171 * dcache_inval_poc_nosync(start, end)
173 * Issue the instructions of D-cache lines for the interval [start, end)
177 * - start - kernel start address of region
187 * dcache_clean_poc(start, end)
189 * Ensure that any D-cache lines for the interval [start, end)
192 * - start - virtual start address of region
202 * dcache_clean_poc_nosync(start, end)
204 * Issue the instructions of D-cache lines for the interval [start, end).
207 * - start - virtual start address of region
217 * dcache_clean_pop(start, end)
219 * Ensure that any D-cache lines for the interval [start, end)
222 * - start - virtual start address of region