Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1604 if (noplen > ASM_NOP_MAX) in emit_nops()
1605 noplen = ASM_NOP_MAX; in emit_nops()