Home
last modified time | relevance | path

Searched refs:ASM_NOP_MAX (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dnops.h37 #define ASM_NOP_MAX 8 macro
72 #define ASM_NOP_MAX 11 macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dnops.h37 #define ASM_NOP_MAX 8 macro
72 #define ASM_NOP_MAX 11 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dnops.h139 #define ASM_NOP_MAX 8 macro
140 #define NOP_ATOMIC5 (ASM_NOP_MAX+1) /* Entry for the 5-byte atomic NOP */
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dalternative.c100 static const unsigned char * const intel_nops[ASM_NOP_MAX+2] =
128 static const unsigned char * const k8_nops[ASM_NOP_MAX+2] =
156 static const unsigned char * const k7_nops[ASM_NOP_MAX+2] =
184 static const unsigned char * const p6_nops[ASM_NOP_MAX+2] =
264 if (noplen > ASM_NOP_MAX) in add_nops()
265 noplen = ASM_NOP_MAX; in add_nops()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dalternative.c108 const unsigned char * const x86_nops[ASM_NOP_MAX+1] =
131 * size <= ASM_NOP_MAX such that only a single CFI entry is generated (vs one for
132 * each single-byte NOPs). If @len to fill out is > ASM_NOP_MAX, pad with INT3 and
142 if (len <= ASM_NOP_MAX) { in add_nop()
1431 if (noplen > ASM_NOP_MAX) in add_nops()
1432 noplen = ASM_NOP_MAX; in add_nops()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c1607 if (noplen > ASM_NOP_MAX) in emit_nops()
1608 noplen = ASM_NOP_MAX; in emit_nops()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c949 if (noplen > ASM_NOP_MAX) in emit_nops()
950 noplen = ASM_NOP_MAX; in emit_nops()

Completed in 12 milliseconds