Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \…
Dcpu-features.h95 #ifndef cpu_has_llsc
96 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC) macro