Lines Matching full:tables
4 Page Tables
13 Page tables map virtual addresses as seen by the CPU into physical addresses
16 Linux defines page tables as a hierarchy which is currently five levels in
51 remains unused. By using hierarchical page tables large holes in the virtual
99 page tables were first introduced, so the *pte* is the lowermost page
106 the other levels to handle 4-level page tables. It is potentially unused,
110 handle 5-level page tables after the *pud* was introduced. Now it was clear
113 is only used on systems which actually have 5 levels of page tables, otherwise
147 which means skipped, and all operations performed on page tables will be
223 Linux kernel handles these page faults, creates tables and tables' entries,
234 tables.
243 find the entry's offsets of the upper layers of the page tables and allocate
244 the tables that it may need.
248 corresponding tables, layer by layer, are called `*_alloc`, using the
249 above-mentioned convention to name them after the corresponding types of tables