Home
last modified time | relevance | path

Searched refs:copy_to_page (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Duprobes.c31 static void copy_to_page(struct page *page, unsigned long vaddr, in copy_to_page() function
67 copy_to_page(page, vaddr, &insn, len); in arch_uprobe_copy_ixol()
68 copy_to_page(page, vaddr+len, &stp_insn, 4); in arch_uprobe_copy_ixol()
/openbmc/linux/fs/btrfs/
H A Dreflink.c215 goto copy_to_page; in clone_copy_inline_extent()
231 goto copy_to_page; in clone_copy_inline_extent()
246 goto copy_to_page; in clone_copy_inline_extent()
310 copy_to_page: in clone_copy_inline_extent()
/openbmc/linux/kernel/events/
H A Duprobes.c246 static void copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) in copy_to_page() function
519 copy_to_page(new_page, vaddr, &opcode, UPROBE_SWBP_INSN_SIZE); in uprobe_write_opcode()
1159 * This ensures that copy_from_page(), copy_to_page() and in __uprobe_register()
1672 copy_to_page(page, vaddr, src, len); in arch_uprobe_copy_ixol()