Home
last modified time | relevance | path

Searched defs:pgtable_debug_args (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Ddebug_vm_pgtable.c46 struct pgtable_debug_args { struct
47 struct mm_struct *mm;
48 struct vm_area_struct *vma;
50 pgd_t *pgdp;
51 p4d_t *p4dp;
52 pud_t *pudp;
53 pmd_t *pmdp;
54 pte_t *ptep;
78 static void __init pte_basic_tests(struct pgtable_debug_args *args, int idx) in pte_basic_tests() argument