tag | line | file | source code |
---|---|---|---|
to_area | 715 | mm/memory.c | static int try_to_share(unsigned long to_address, struct vm_area_struct * to_area, |
to_area | 725 | mm/memory.c | to_page = (unsigned long)PAGE_DIR_OFFSET(to_area->vm_task->tss.cr3,to_address); |
to_area | 765 | mm/memory.c | *(unsigned long *) to_page = newpage | to_area->vm_page_prot; |
to_area | 781 | mm/memory.c | to = (from & (PAGE_MASK | PAGE_DIRTY)) | to_area->vm_page_prot; |