Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c16 CONST_ARG_UNKNOWN, /* register value not a known constant */ enumerator
36 return ci->state == CONST_ARG_UNKNOWN; in ci_is_unknown()
53 struct const_arg_info unknown = { .state = CONST_ARG_UNKNOWN, .val = 0 }; in const_reg_xfer()
225 old->state = CONST_ARG_UNKNOWN; in const_reg_join()
234 struct const_arg_info unknown = { .state = CONST_ARG_UNKNOWN, .val = 0 }; in bpf_compute_const_regs()