Searched refs:EMIT3_off32 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 52 #define EMIT3_off32(b1, b2, b3, off) \ macro 428 EMIT3_off32(0x2e, 0x0f, 0x85, 3); /* jne.d32,pn 3 */ in emit_fineibt() 553 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue() 756 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_indirect() 794 EMIT3_off32(0x48, 0x81, 0xC4, /* add rsp, sd */ in emit_bpf_tail_call_indirect() 828 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_direct() 861 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct() 924 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 1601 EMIT3_off32(0x48, 0x8B, 0x85, off) 1903 EMIT3_off32(0x49, 0xC7, 0xC3, imm32); in do_jit() [all …]
|
| 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()
|