Searched refs:EMIT3_off32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c49 #define EMIT3_off32(b1, b2, b3, off) \ macro
353 EMIT3_off32(0x41, 0x81, 0xea, hash); /* subl $hash, %r10d */
454 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8));
668 EMIT3_off32(0x48, 0x81, 0xC4, /* add rsp, sd */
729 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8));
791 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32);
1267 EMIT3_off32(0x48, 0x8B, 0x85, -round_up(stack, 8) - 8)
1492 EMIT3_off32(0x49, 0xC7, 0xC3, imm32);
2504 EMIT3_off32(0x48, 0x8D, 0xB5, -run_ctx_off);
2523 EMIT3_off32(
[all...]
H A Dbpf_jit_comp32.c77 #define EMIT3_off32(b1, b2, b3, off) \ macro
220 EMIT3_off32(0xC7, add_1reg(0x40, IA32_EBP),
1355 EMIT3_off32(0x8B, 0x94, 0x90, offsetof(struct bpf_array, ptrs));

Completed in 126 milliseconds