Searched defs:_ASM_MK_NOP (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ | ||
H A D | nops.h | 92 #define _ASM_MK_NOP(x) .byte x macro 94 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n" macro [all...] |
Completed in 1 milliseconds