Searched refs:copy_to_page (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/sparc/kernel/ |
| H A D | uprobes.c | 33 static void copy_to_page(struct page *page, unsigned long vaddr, in copy_to_page() function 69 copy_to_page(page, vaddr, &insn, len); in arch_uprobe_copy_ixol() 70 copy_to_page(page, vaddr+len, &stp_insn, 4); in arch_uprobe_copy_ixol()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 213 goto copy_to_page; in clone_copy_inline_extent() 229 goto copy_to_page; in clone_copy_inline_extent() 244 goto copy_to_page; in clone_copy_inline_extent() 312 copy_to_page: in clone_copy_inline_extent()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 187 static void copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) in copy_to_page() function 433 copy_to_page(fw->page, insn_vaddr, insn, nbytes); in __uprobe_write() 1914 copy_to_page(page, vaddr, src, len); in arch_uprobe_copy_ixol()
|