Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c463 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect() local
488 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_indirect()
494 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], eax */ in emit_bpf_tail_call_indirect()
538 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct() local
546 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_direct()
552 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], eax */ in emit_bpf_tail_call_direct()