Lines Matching full:for
50 * Get the pud (region 3) DAT table entry for the given address and root,
63 * Get the pmd (segment) DAT table entry for the given address and pud,
77 * Get the pte (page) DAT table entry for the given address and pmd,
105 for (i = 0; i < PAGE_TABLE_ENTRIES; i++) in split_pmd()
127 for (i = 0; i < SEGMENT_TABLE_ENTRIES; i++) in split_pud()
186 * Get the DAT table entry of the given level for the given address,
191 * @level 3 (for 2GB pud), 4 (for 1MB pmd) or 5 (for 4kB pages)
235 for (i = 0; i < SEGMENT_TABLE_ENTRIES; i++) in cleanup_pud()
242 * Set the DAT entry for the given level of the given virtual address. If a
247 * @val the new value for the DAT table entry
249 * @level 3 for pud (region 3), 4 for pmd (segment) and 5 for pte (pages)
306 for (; len; len -= PAGE_SIZE, curr += PAGE_SIZE) in protect_range()
315 for (; len; len -= PAGE_SIZE, curr += PAGE_SIZE) in unprotect_range()
325 for (cur = start_addr; true; cur += PAGE_SIZE) { in setup_identity()
344 /* generate 128MB of invalid adresses at the end (for testing PGM) */ in setup_mmu()