Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Dfutex.h41 #define __futex_asm(OP) \ macro
53 #define __futex_set() __futex_asm(exch4)
54 #define __futex_add() __futex_asm(fetchadd4)
55 #define __futex_or() __futex_asm(fetchor4)
56 #define __futex_andn() ({ oparg = ~oparg; __futex_asm(fetchand4); })
58 ({ __insn_mtspr(SPR_CMPEXCH_VALUE, oldval); __futex_asm(cmpexch4); })