Home
last modified time | relevance | path

Searched refs:arg_constant (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h1556 struct arg_constant_desc arg_constant; member
/linux/kernel/bpf/
H A Dverifier.c7206 if (meta->arg_constant.found) { in process_const_arg()
7223 meta->arg_constant.found = true; in process_const_arg()
7224 meta->arg_constant.value = reg->var_off.value; in process_const_arg()
13498 if (((u64)(u32)meta->arg_constant.value) != meta->arg_constant.value) { in check_special_kfunc()
13504 ret_btf_id = meta->arg_constant.value; in check_special_kfunc()
13592 ret_t = btf_type_by_id(desc_btf, meta->arg_constant.value); in check_special_kfunc()
13595 meta->arg_constant.value); in check_special_kfunc()
13601 regs[BPF_REG_0].btf_id = meta->arg_constant.value; in check_special_kfunc()
13617 if (!meta->arg_constant.found) { in check_special_kfunc()
13622 regs[BPF_REG_0].mem_size = meta->arg_constant.value; in check_special_kfunc()