Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dbitops.h41 #define BITOP_ADDR(x) "=m" (*(volatile long *) (x)) macro
43 #define BITOP_ADDR(x) "+m" (*(volatile long *) (x)) macro