Searched refs:EMIT3_off32 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 44 #define EMIT3_off32(b1, b2, b3, off) \ macro 292 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue() 486 EMIT3_off32(0x48, 0x81, 0xC4, /* add rsp, sd */ in emit_bpf_tail_call_indirect() 538 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct() 608 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 941 EMIT3_off32(0x49, 0xC7, 0xC3, imm32); in do_jit() 1252 EMIT3_off32(0x48, 0x8B, 0x85, in do_jit()
|
| H A D | bpf_jit_comp32.c | 77 #define EMIT3_off32(b1, b2, b3, off) \ macro 220 EMIT3_off32(0xC7, add_1reg(0x40, IA32_EBP), in emit_ia32_mov_i() 1355 EMIT3_off32(0x8B, 0x94, 0x90, offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call()
|