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

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c611 int tcc_off = -4 - round_up(stack_depth, 8); local
636 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */
642 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], eax */
694 int tcc_off = -4 - round_up(stack_depth, 8); local
702 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */
708 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], ea
[all...]

Completed in 111 milliseconds