函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kprobes.h Create Date:2022-07-27 06:52:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Returns true if kprobes handled the fault

函数原型:static inline __attribute__((__always_inline__)) bool kprobe_page_fault(struct pt_regs *regs, unsigned int trap)

返回类型:bool

参数:

类型参数名称
struct pt_regs *regs
unsigned inttrap
465  如果非For #ifdef avoidance:则返回:false
467  如果ser_mode(regs) determines whether a register set came from user* mode则返回:false
473  如果preemptible()则返回:false
475  如果非kprobe_running() will just return the current_kprobe on this CPU 则返回:false
477  返回:kprobe_fault_handler(regs, trap)