Home | History | Annotate | Download | only in bpf

Lines Matching defs:from

325 			 * known fixed offset, and variable offset from R6.
328 /* At the time the word size load is performed from R5,
344 /* At the time the word size load is performed from R5,
367 /* At the time the word size load is performed from R5,
393 /* Make a (4n) offset from the value we just read */
419 /* At the time the word size load is performed from R5,
435 /* At the time the word size load is performed from R5,
489 * it from the first one
518 /* Subtracting it from R6 blows our unsigned bounds */
522 /* At the time the word size load is performed from R5,
542 /* Subtract it from the packet pointer */
569 /* Subtracting from packet pointer overflows ubounds */
575 /* At the time the word size load is performed from R5,
660 static int do_test(unsigned int from, unsigned int to)
666 for (i = from; i < to; i++) {
688 unsigned int from = 0, to = ARRAY_SIZE(tests);
698 from = l;
705 from = t;
709 return do_test(from, to);