Lines Matching refs:IMM
51 #define IMM insn->imm macro
314 DST = DST OP IMM; \ in __bpf_prog_run()
317 DST = (u32) DST OP (u32) IMM; \ in __bpf_prog_run()
339 DST = (u32) IMM; in __bpf_prog_run()
345 DST = IMM; in __bpf_prog_run()
355 (*(s64 *) &DST) >>= IMM; in __bpf_prog_run()
370 div64_u64_rem(DST, IMM, &tmp); in __bpf_prog_run()
375 DST = do_div(tmp, (u32) IMM); in __bpf_prog_run()
390 DST = div64_u64(DST, IMM); in __bpf_prog_run()
394 do_div(tmp, (u32) IMM); in __bpf_prog_run()
398 switch (IMM) { in __bpf_prog_run()
411 switch (IMM) { in __bpf_prog_run()
445 if (DST == IMM) { in __bpf_prog_run()
457 if (DST != IMM) { in __bpf_prog_run()
469 if (DST > IMM) { in __bpf_prog_run()
481 if (DST >= IMM) { in __bpf_prog_run()
493 if (((s64) DST) > ((s64) IMM)) { in __bpf_prog_run()
505 if (((s64) DST) >= ((s64) IMM)) { in __bpf_prog_run()
517 if (DST & IMM) { in __bpf_prog_run()
531 *(SIZE *)(unsigned long) (DST + insn->off) = IMM; \ in __bpf_prog_run()
551 off = IMM; in __bpf_prog_run()
583 off = IMM; in __bpf_prog_run()
593 off = IMM; in __bpf_prog_run()
603 off = IMM + SRC; in __bpf_prog_run()
606 off = IMM + SRC; in __bpf_prog_run()
609 off = IMM + SRC; in __bpf_prog_run()