Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dalternative.c263 unsigned int noplen = len; in add_nops() local
264 if (noplen > ASM_NOP_MAX) in add_nops()
265 noplen = ASM_NOP_MAX; in add_nops()
266 memcpy(insns, ideal_nops[noplen], noplen); in add_nops()
267 insns += noplen; in add_nops()
268 len -= noplen; in add_nops()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c1600 unsigned int i, noplen; in emit_nops() local
1605 noplen = len; in emit_nops()
1607 if (noplen > ASM_NOP_MAX) in emit_nops()
1608 noplen = ASM_NOP_MAX; in emit_nops()
1610 for (i = 0; i < noplen; i++) in emit_nops()
1611 EMIT1(ideal_nops[noplen][i]); in emit_nops()
1612 len -= noplen; in emit_nops()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dalternative.c1430 unsigned int noplen = len; in add_nops() local
1431 if (noplen > ASM_NOP_MAX) in add_nops()
1432 noplen = ASM_NOP_MAX; in add_nops()
1433 memcpy(insns, x86_nops[noplen], noplen); in add_nops()
1434 insns += noplen; in add_nops()
1435 len -= noplen; in add_nops()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c944 int i, noplen; in emit_nops() local
947 noplen = len; in emit_nops()
949 if (noplen > ASM_NOP_MAX) in emit_nops()
950 noplen = ASM_NOP_MAX; in emit_nops()
952 for (i = 0; i < noplen; i++) in emit_nops()
953 EMIT1(x86_nops[noplen][i]); in emit_nops()
954 len -= noplen; in emit_nops()

Completed in 12 milliseconds