taglinefilesource code
new_pg167mm/memory.cpgd_t * page_dir, * new_pg;
new_pg169mm/memory.cif (!(new_pg = pgd_alloc()))
new_pg173mm/memory.cmemcpy(new_pg + USER_PTRS_PER_PGD, page_dir + USER_PTRS_PER_PGD,
new_pg176mm/memory.cSET_PAGE_DIR(tsk, new_pg);
new_pg177mm/memory.ctsk->mm->pgd = new_pg;