Lines Matching full:tables
43 #define pr_fmt(fmt) "Kernel/User page tables isolation: " fmt
128 * tables are not automatically propagated to the usermode tables. in __pti_set_user_pgtbl()
130 * Users should keep in mind that, unlike the kernelmode tables, in __pti_set_user_pgtbl()
131 * there is no vmalloc_fault equivalent for the usermode tables. in __pti_set_user_pgtbl()
139 * The user page tables get the full PGD, accessible from in __pti_set_user_pgtbl()
166 * Walk the user copy of the page tables (optionally) trying to allocate
194 * Walk the user copy of the page tables (optionally) trying to allocate
219 /* The user page tables do not use large mappings: */ in pti_user_pagetable_walk_pmd()
236 * Walk the shadow copy of the page tables (optionally) trying to allocate
240 * user/shadow page tables. It is never used for userspace data.
360 * the user and kernel page tables. It is effectively in pti_clone_pgtable()
372 * tables will share the last-level page tables of this in pti_clone_pgtable()
468 * address space into the user page-tables, making PTI useless. So clone
551 * tables. This reduces TLB misses, especially on non-PCID systems.