Home
last modified time | relevance | path

Searched refs:cur_ip (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c68 stream->cur_ip += len; in emit_length()
80 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()
81 stream->cur_ip++; in emit_code()
85 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()
87 stream->cur_ip += 2; in emit_code()
91 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()
92 stream->cur_ip += 4; in emit_code()
601 *size = stream.cur_ip; in bpf_jit_compile()
624 stream.cur_ip = 0; in bpf_jit_compile()
H A Dbpf_jit_machdep.h101 int cur_ip; member
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c68 stream->cur_ip += len; in emit_length()
80 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()
81 stream->cur_ip++; in emit_code()
85 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()
87 stream->cur_ip += 2; in emit_code()
91 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()
92 stream->cur_ip += 4; in emit_code()
631 *size = stream.cur_ip; in bpf_jit_compile()
654 stream.cur_ip = 0; in bpf_jit_compile()
H A Dbpf_jit_machdep.h76 int cur_ip; member