Searched refs:consistent_pte (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mm/
H A Ddma-mapping.c129 static pte_t **consistent_pte; variable
139 BUG_ON(consistent_pte); /* Check we're called before DMA region init */
173 consistent_pte = kmalloc(num_ptes * sizeof(pte_t), GFP_KERNEL);
174 if (!consistent_pte) {
207 consistent_pte[i++] = pte;
224 if (!consistent_pte) {
251 pte = consistent_pte[idx] + off;
263 pte = consistent_pte[++idx];
299 ptep = consistent_pte[idx] + off;
309 ptep = consistent_pte[
[all...]

Completed in 68 milliseconds