Searched refs:pgd0 (Results 1 – 3 of 3) sorted by relevance
94 unsigned long pgd0; member103 #define pgd_val(x) ((x).pgd0)
448 pgd_t *pgd0 = &mm->pgd[0]; in flush_thread() local450 if (pgd_none(*pgd0)) { in flush_thread()454 pgd_set(pgd0, page); in flush_thread()456 pgd_cache = ((unsigned long) pgd_val(*pgd0)) << 11UL; in flush_thread()
151 pg_dir->pgd0 = (_PAGE_TABLE | __pa(pg_table)); in paging_init()