Home
last modified time | relevance | path

Searched defs:BITOP_ADDR (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dbitops.h29 #define BITOP_ADDR(x) "=m" (*(volatile long *) (x)) macro
31 #define BITOP_ADDR(x) "+m" (*(volatile long *) (x)) macro