函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\hw_breakpoint.c Create Date:2022-07-27 08:45:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:arch_bp_generic_len

函数原型:static int arch_bp_generic_len(int x86_len)

返回类型:int

参数:

类型参数名称
intx86_len
163  :x86_len恒等于X86_BREAKPOINT_LEN_1
164  返回:HW_BREAKPOINT_LEN_1
165  :x86_len恒等于X86_BREAKPOINT_LEN_2
166  返回:HW_BREAKPOINT_LEN_2
167  :x86_len恒等于X86_BREAKPOINT_LEN_4
168  返回:HW_BREAKPOINT_LEN_4
170  :x86_len恒等于X86_BREAKPOINT_LEN_8
171  返回:HW_BREAKPOINT_LEN_8
173  默认
174  返回:负EINVAL
调用者
名称描述
arch_bp_generic_fields
arch_check_bp_in_kernelspaceCheck for virtual address in kernel space.