__ASM_SEL 18 include/asm-x86/asm.h #define __ASM_SIZE(inst) __ASM_SEL(inst##l, inst##q) __ASM_SEL 19 include/asm-x86/asm.h #define __ASM_REG(reg) __ASM_SEL(e##reg, r##reg) __ASM_SEL 21 include/asm-x86/asm.h #define _ASM_PTR __ASM_SEL(.long, .quad) __ASM_SEL 22 include/asm-x86/asm.h #define _ASM_ALIGN __ASM_SEL(.balign 4, .balign 8)