Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-28 12:58:03
Last Modify:2022-05-19 20:02:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_pointer_value

Proto:static bool is_pointer_value(struct bpf_verifier_env *env, int regno)

Type:bool

Parameter:

TypeParameterName
struct bpf_verifier_env *env
intregno
2507  Return __is_pointer_value(allow_ptr_leaks, reg_state(env, regno))
Caller
NameDescribe
check_mem_accessheck whether memory at (regno + off) is accessible for t = (read | write)* if t==write, value_regno is a register which value is stored into memory* if t==read, value_regno is a register which will receive the value from memory* if t==write &&
check_xadd
check_func_arg
check_alu_opheck validity of 32-bit and 64-bit arithmetic operations
check_cond_jmp_op
do_check