tag
line
file
source code
copy_page_tables
94
include/linux/mm.h
extern int copy_page_tables(struct task_struct * new);
copy_page_tables
61
kernel/fork.c
#define copy_vm(p) (IS_CLONE?clone_page_tables:copy_page_tables)(p)