Lines Matching defs:from
86 /* Stack layout - these are offsets from (top of stack - 4) */
116 * and are the offset from the top of the eBPF JIT scratch space.
145 * scratch memory space and we have to build eBPF 64 bit register from those.
149 /* return value from in-kernel function, and exit value from eBPF */
151 /* arguments from eBPF program to in-kernel function */
413 int to, from;
418 from = ctx->offsets[bpf_from];
420 return to - from - 1;
467 int to, from;
472 from = ctx->idx;
474 return to - from - 2;
498 * it from getting destroyed within callee.
499 * After the return from the callee, we restore ARM_R0
519 /* Restore caller-saved registers from stack */