Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dnops.h50 #define _ASM_MK_NOP(x) .byte x macro
52 #define _ASM_MK_NOP(x) ".byte " __stringify(x) "\n" macro
55 #define ASM_NOP1 _ASM_MK_NOP(K8_NOP1)
56 #define ASM_NOP2 _ASM_MK_NOP(K8_NOP2)
57 #define ASM_NOP3 _ASM_MK_NOP(K8_NOP3)
58 #define ASM_NOP4 _ASM_MK_NOP(K8_NOP4)
59 #define ASM_NOP5 _ASM_MK_NOP(K8_NOP5)
60 #define ASM_NOP6 _ASM_MK_NOP(K8_NOP6)
61 #define ASM_NOP7 _ASM_MK_NOP(K8_NOP7)
62 #define ASM_NOP8 _ASM_MK_NOP(K8_NOP8)

Completed in 2 milliseconds