Searched refs:bpf_pc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.h | 84 int bpf_pc; member 426 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 427 stream.refs[stream.bpf_pc] + 5, 4); \ 428 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 429 stream.refs[stream.bpf_pc]); \ 432 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 433 stream.refs[stream.bpf_pc], 4); \ 436 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \ 437 stream.refs[stream.bpf_pc], 4); \ 443 JMP(stream.refs[stream.bpf_pc + (off)] - \ [all …]
|
| H A D | bpf_jit_machdep.c | 69 (stream->refs)[stream->bpf_pc] += len; in emit_length() 223 stream.bpf_pc++; in bpf_jit_compile() 657 stream.bpf_pc = 0; in bpf_jit_compile()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 109 int bpf_pc; member 481 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 482 stream.refs[stream.bpf_pc] + 5, 4); \ 483 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 484 stream.refs[stream.bpf_pc]); \ 487 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \ 488 stream.refs[stream.bpf_pc], 4); \ 491 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \ 492 stream.refs[stream.bpf_pc], 4); \ 498 JMP(stream.refs[stream.bpf_pc + (off)] - \ [all …]
|
| H A D | bpf_jit_machdep.c | 69 (stream->refs)[stream->bpf_pc] += len; in emit_length() 218 stream.bpf_pc++; in bpf_jit_compile() 627 stream.bpf_pc = 0; in bpf_jit_compile()
|