Home
last modified time | relevance | path

Searched refs:pgd0 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dpage.h94 unsigned long pgd0; member
103 #define pgd_val(x) ((x).pgd0)
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c448 pgd_t *pgd0 = &mm->pgd[0]; in flush_thread() local
450 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()
/linux-2.4.37.9/arch/s390/mm/
Dinit.c151 pg_dir->pgd0 = (_PAGE_TABLE | __pa(pg_table)); in paging_init()