Lines Matching defs:pgtable_debug_args
45 struct pgtable_debug_args { struct
46 struct mm_struct *mm;
47 struct vm_area_struct *vma;
49 pgd_t *pgdp;
50 p4d_t *p4dp;
51 pud_t *pudp;
52 pmd_t *pmdp;
53 pte_t *ptep;
55 p4d_t *start_p4dp;
56 pud_t *start_pudp;
80 static void __init pte_basic_tests(struct pgtable_debug_args *args, int idx) in pte_basic_tests() argument