Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dnops.h37 #define ASM_NOP_MAX 8 macro
72 #define ASM_NOP_MAX 11 macro
/arch/x86/kernel/
A Duprobes.c844 if (insn->length <= ASM_NOP_MAX && in branch_setup_xol_ops()
A Dalternative.c90 const unsigned char * const x86_nops[ASM_NOP_MAX+1] =
331 if (len <= ASM_NOP_MAX) { in add_nop()
/arch/x86/net/
A Dbpf_jit_comp.c400 if (noplen > ASM_NOP_MAX) in emit_nops()
401 noplen = ASM_NOP_MAX; in emit_nops()

Completed in 23 milliseconds