Searched defs:_ASM_MK_NOP (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dnops.h91 #define _ASM_MK_NOP(x) .byte x macro
93 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n" macro

Completed in 45 milliseconds