tag
line
file
source code
copy_page_tables
64
include/linux/mm.h
extern int copy_page_tables(unsigned long from,unsigned long to,long size);
copy_page_tables
63
kernel/fork.c
if (copy_page_tables(old_data_base,new_data_base,data_limit)) {