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

/linux-master/arch/x86/include/asm/
H A Dnops.h37 #define ASM_NOP_MAX 8 macro
72 #define ASM_NOP_MAX 11 macro
/linux-master/tools/arch/x86/include/asm/
H A Dnops.h37 #define ASM_NOP_MAX 8 macro
72 #define ASM_NOP_MAX 11 macro
/linux-master/arch/x86/kernel/
H A Dalternative.c109 const unsigned char * const x86_nops[ASM_NOP_MAX+1] =
132 * size <= ASM_NOP_MAX such that only a single CFI entry is generated (vs one for
133 * each single-byte NOPs). If @len to fill out is > ASM_NOP_MAX, pad with INT3 and
143 if (len <= ASM_NOP_MAX) {
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c332 if (noplen > ASM_NOP_MAX)
333 noplen = ASM_NOP_MAX;

Completed in 203 milliseconds