Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
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()
/linux-6.1.9/fs/btrfs/
Dreflink.c210 goto copy_to_page; in clone_copy_inline_extent()
226 goto copy_to_page; in clone_copy_inline_extent()
241 goto copy_to_page; in clone_copy_inline_extent()
305 copy_to_page: in clone_copy_inline_extent()
/linux-6.1.9/kernel/events/
Duprobes.c247 static void copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) in copy_to_page() function
517 copy_to_page(new_page, vaddr, &opcode, UPROBE_SWBP_INSN_SIZE); in uprobe_write_opcode()
1671 copy_to_page(page, vaddr, src, len); in arch_uprobe_copy_ixol()