Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Datomic_64.h76 __insn_mtspr(SPR_CMPEXCH_VALUE, guess); in atomic_xor()
129 __insn_mtspr(SPR_CMPEXCH_VALUE, guess); in atomic64_xor()
Dcmpxchg.h105 __insn_mtspr(SPR_CMPEXCH_VALUE, (unsigned long)(o)); \
Dfutex.h58 ({ __insn_mtspr(SPR_CMPEXCH_VALUE, oldval); __futex_asm(cmpexch4); })
/linux-4.4.14/arch/tile/include/uapi/arch/
Dspr_def_64.h24 #define SPR_CMPEXCH_VALUE 0x2780 macro