Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c377 int i, noplen; in emit_nops() local
380 noplen = len; in emit_nops()
382 if (noplen > ASM_NOP_MAX) in emit_nops()
383 noplen = ASM_NOP_MAX; in emit_nops()
385 for (i = 0; i < noplen; i++) in emit_nops()
386 EMIT1(x86_nops[noplen][i]); in emit_nops()
387 len -= noplen; in emit_nops()