taglinefilesource code
new_pg180mm/memory.cpgd_t * page_dir, * new_pg;
new_pg182mm/memory.cif (!(new_pg = pgd_alloc()))
new_pg185mm/memory.cmemcpy(new_pg + USER_PTRS_PER_PGD, page_dir + USER_PTRS_PER_PGD,
new_pg188mm/memory.cSET_PAGE_DIR(tsk, new_pg);
new_pg189mm/memory.ctsk->mm->pgd = new_pg;