Lines Matching +full:non +full:- +full:empty
1 /* SPDX-License-Identifier: GPL-2.0 */
10 * struct mm_walk_ops - callbacks for walk_page_range
11 * @pgd_entry: if set, called for each non-empty PGD (top-level) entry
12 * @p4d_entry: if set, called for each non-empty P4D entry
13 * @pud_entry: if set, called for each non-empty PUD entry
14 * @pmd_entry: if set, called for each non-empty PMD entry
18 * @pte_entry: if set, called for each PTE (lowest-level) entry,
19 * including empty ones
21 * depth is -1 if not known, 0:PGD, 1:P4D, 2:PUD, 3:PMD.
30 * @pre_vma: if set, called before starting walk on a non-null vma.
31 * @post_vma: if set, called after a walk on a non-null vma, provided
74 * struct mm_walk - walk_page_range data