Searched refs:bpf_pc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.h | 82 int bpf_pc; member 424 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 425 stream.refs[stream.bpf_pc] + 5, 4); \ 426 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 427 stream.refs[stream.bpf_pc]); \ 430 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 431 stream.refs[stream.bpf_pc], 4); \ 434 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \ 435 stream.refs[stream.bpf_pc], 4); \ 441 JMP(stream.refs[stream.bpf_pc + (off)] - \ [all …]
|
H A D | bpf_jit_machdep.c | 67 (stream->refs)[stream->bpf_pc] += len; in emit_length() 221 stream.bpf_pc++; in bpf_jit_compile() 655 stream.bpf_pc = 0; in bpf_jit_compile()
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.h | 107 int bpf_pc; member 479 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 480 stream.refs[stream.bpf_pc] + 5, 4); \ 481 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 482 stream.refs[stream.bpf_pc]); \ 485 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 486 stream.refs[stream.bpf_pc], 4); \ 489 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \ 490 stream.refs[stream.bpf_pc], 4); \ 496 JMP(stream.refs[stream.bpf_pc + (off)] - \ [all …]
|
H A D | bpf_jit_machdep.c | 67 (stream->refs)[stream->bpf_pc] += len; in emit_length() 216 stream.bpf_pc++; in bpf_jit_compile() 625 stream.bpf_pc = 0; in bpf_jit_compile()
|