Searched refs:tnum_is_const (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dtnum.h59 static inline bool tnum_is_const(struct tnum a) function
67 return tnum_is_const(a) && a.value == b;
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c59 if (reg2->type != SCALAR_VALUE || !tnum_is_const(reg2->var_off))
135 if (!tnum_is_const(reg->var_off)) {
320 if (!(reg0->type == SCALAR_VALUE && tnum_is_const(reg0->var_off))) {
353 if (!tnum_is_const(reg->var_off)) {
426 if (!tnum_is_const(reg->var_off)) {
/linux-master/kernel/bpf/
H A Dlog.c690 if (t == SCALAR_VALUE && tnum_is_const(reg->var_off)) {
702 if (tnum_is_const(reg->var_off)) {
737 if (tnum_is_const(reg->var_off)) {
H A Dverifier.c608 if (!tnum_is_const(reg->var_off)) {
2227 if (tnum_is_const(reg->var_off)) {
4406 tnum_is_const(subreg32 ? tnum_subreg(reg->var_off) : reg->var_off);
4428 !tnum_is_const(src_reg->var_off))
4691 if (tnum_is_const(spill_reg->var_off) && spill_reg->var_off.value == 0) {
4851 tnum_is_const(reg->var_off) && reg->var_off.value == 0) {
4975 bool var_off = !tnum_is_const(reg->var_off);
5032 if (tnum_is_const(reg->var_off)) {
5181 if (!tnum_is_const(reg->var_off) || reg->var_off.value) {
5364 * - tnum_is_const(re
[all...]

Completed in 128 milliseconds