Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:46:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:arch_uprobe_copy_ixol

Proto:void __weak arch_uprobe_copy_ixol(struct page *page, unsigned long vaddr, void *src, unsigned long len)

Type:void

Parameter:

TypeParameterName
struct page *page
unsigned longvaddr
void *src
unsigned longlen
1674  copy_to_page(page, vaddr, src, len)
1682  flush_dcache_page(page)
Caller
NameDescribe
__create_xol_area
xol_get_insn_slotxol_get_insn_slot - allocate a slot for xol.* Returns the allocated slot address or 0.