Home
last modified time | relevance | path

Searched refs:tnum_const (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dtnum.c17 struct tnum tnum_const(u64 value) in tnum_const() function
255 return tnum_with_subreg(a, tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c1811 reg->var_off = tnum_const(imm);
4930 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + off)); in check_packet_access()
4955 reg_off = tnum_add(reg->var_off, tnum_const(off)); in __check_ctx_access()
5443 reg->var_off = tnum_const((s8)u64_cval); in check_max_stack_depth_subprog()
5445 reg->var_off = tnum_const((s16)u64_cval); in check_max_stack_depth_subprog()
5448 reg->var_off = tnum_const((s32)u64_cval); in check_max_stack_depth_subprog()
5508 reg->var_off = tnum_const((s8)u32_val); in check_max_stack_depth()
5510 reg->var_off = tnum_const((s16)u32_val); in check_max_stack_depth()
15570 t = tnum_or(tnum_subreg(reg1->var_off), tnum_const(val)); in is_scalar_branch_taken()
15573 reg1->var_off = tnum_or(reg1->var_off, tnum_const(va in is_scalar_branch_taken()
[all...]
/linux/include/linux/
H A Dtnum.h21 struct tnum tnum_const(u64 value);