Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/fs/btrfs/
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()
/Linux-v6.6/kernel/events/
Duprobes.c246 static void copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) in copy_to_page() function
514 copy_to_page(new_page, vaddr, &opcode, UPROBE_SWBP_INSN_SIZE); in uprobe_write_opcode()
1668 copy_to_page(page, vaddr, src, len); in arch_uprobe_copy_ixol()