Searched refs:EMIT3_off32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 49 #define EMIT3_off32(b1, b2, b3, off) \ macro 403 EMIT3_off32(0x41, 0x81, 0xea, hash); /* subl $hash, %r10d */ in emit_fineibt() 535 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue() 719 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_indirect() 757 EMIT3_off32(0x48, 0x81, 0xC4, /* add rsp, sd */ in emit_bpf_tail_call_indirect() 791 EMIT3_off32(0x48, 0x8B, 0x85, tcc_ptr_off); /* mov rax, qword ptr [rbp - tcc_ptr_off] */ in emit_bpf_tail_call_direct() 824 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct() 886 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 1410 EMIT3_off32(0x48, 0x8B, 0x85, off) 1642 EMIT3_off32(0x49, 0xC7, 0xC3, imm32); in do_jit() [all …]
|
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()
|