Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp32.c1560 int bytes_in_stack = 0; in emit_kfunc_call() local
1585 bytes_in_stack += 8; in emit_kfunc_call()
1588 bytes_in_stack += 4; in emit_kfunc_call()
1603 if (bytes_in_stack) in emit_kfunc_call()
1634 if (bytes_in_stack) in emit_kfunc_call()
1636 EMIT3(0x83, add_1reg(0xC0, IA32_ESP), bytes_in_stack); in emit_kfunc_call()