Searched refs:tcc_off (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 436 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect() local 461 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_indirect() 467 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], eax */ in emit_bpf_tail_call_indirect() 511 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct() local 519 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_direct() 525 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], ea in emit_bpf_tail_call_direct() [all...] |
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 474 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect() local 499 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_indirect() 505 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], eax */ in emit_bpf_tail_call_indirect() 549 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct() local 557 EMIT2_off32(0x8B, 0x85, tcc_off); /* mov eax, dword ptr [rbp - tcc_off] */ in emit_bpf_tail_call_direct() 563 EMIT2_off32(0x89, 0x85, tcc_off); /* mov dword ptr [rbp - tcc_off], ea in emit_bpf_tail_call_direct() [all...] |
Completed in 4 milliseconds