Lines Matching defs:table
3 * Stand-alone page-table allocator for hyp stage-1 and guest stage-2.
209 bool table = kvm_pte_table(pte, level);
212 if (table && (flags & KVM_PGTABLE_WALK_TABLE_PRE)) {
217 if (!table && (flags & KVM_PGTABLE_WALK_LEAF)) {
221 table = kvm_pte_table(pte, level);
227 if (!table) {
475 * If the PTE was already valid, drop the refcount on the table
545 * a table. Accesses beyond 'end' that fall within the new table
583 * is that the TABLE_PRE callback runs for table entries on the way down,
584 * looking for table entries which we could conceivably replace with a
586 * field in 'struct stage2_map_data' to point at the table entry, before
587 * clearing the entry to zero and descending into the now detached table.
591 * up the table and we perform the mapping at the existing leaves instead.
596 * been set, but otherwise frees the page-table pages while walking back up
597 * the page-table, installing the block entry when it revisits the anchor