Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Ddesc.h61 #define __ASM_FORM(x, ...) x,## __VA_ARGS__
63 #define __ASM_FORM(x, ...) " " xstr(x,##__VA_ARGS__) " " macro
67 #define __ASM_SEL(a,b) __ASM_FORM(a)
69 #define __ASM_SEL(a,b) __ASM_FORM(b)