Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__mark_reg_not_init

Proto:static void __mark_reg_not_init(const struct bpf_verifier_env *env, struct bpf_reg_state *reg)

Type:void

Parameter:

TypeParameterName
const struct bpf_verifier_env *env
struct bpf_reg_state *reg
1090  Mark a register as having a completely unknown (scalar) value.
1091  Ordering of fields matters. See states_equal() = hing was written into register
Caller
NameDescribe
mark_reg_known_zero
mark_reg_unknown
mark_reg_not_init
clean_func_state