Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Drwlock.h16 #define READ_LOCK_SIZE(insn) __ASM_FORM(insn##l)
37 #define READ_LOCK_SIZE(insn) __ASM_FORM(insn##q)
39 #define WRITE_LOCK_ADD(n) __ASM_FORM(incl)
40 #define WRITE_LOCK_SUB(n) __ASM_FORM(decl)
Dasm.h5 # define __ASM_FORM(x) x
9 # define __ASM_FORM(x) " " #x " " macro
15 # define __ASM_SEL(a,b) __ASM_FORM(a)
17 # define __ASM_SEL(a,b) __ASM_FORM(b)