Home
last modified time | relevance | path

Searched refs:bpf_size_to_x86_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c134 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes() function
1220 EMIT(imm, bpf_size_to_x86_bytes(size)); in emit_st_index()
1878 EMIT(imm32, bpf_size_to_x86_bytes(BPF_SIZE(insn->code))); in do_jit()
Dbpf_jit_comp32.c1172 static int bpf_size_to_x86_bytes(int bpf_size) in bpf_size_to_x86_bytes() function
1939 EMIT(imm32, bpf_size_to_x86_bytes(BPF_SIZE(code))); in do_jit()