Lines Matching defs:table
3 * CPU-agnostic ARM page table allocator.
63 /* Page table bits */
285 * We need to unmap and free the old table before
302 static arm_lpae_iopte arm_lpae_install_table(arm_lpae_iopte *table,
310 new = paddr_to_iopte(__pa(table), data) | ARM_LPAE_PTE_TYPE_TABLE;
315 * Ensure the table itself is visible before its PTE can be.
470 * a chance for anything to kick off a table walk for the new iova.
578 /* Something went horribly wrong and we ran out of page table */
611 * Insert a table at the next level to map the old region,
1000 /* Mali seems to need a full 4-level table regardless of IAS */