Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Datomic_ll_sc.h56 __LL_SC_EXPORT(atomic_##op);
78 __LL_SC_EXPORT(atomic_##op##_return##name);
100 __LL_SC_EXPORT(atomic_fetch_##op##name);
150 __LL_SC_EXPORT(atomic64_##op);
172 __LL_SC_EXPORT(atomic64_##op##_return##name);
194 __LL_SC_EXPORT(atomic64_fetch_##op##name);
249 __LL_SC_EXPORT(atomic64_dec_if_positive);
275 __LL_SC_EXPORT(__cmpxchg_case_##name);
323 __LL_SC_EXPORT(__cmpxchg_double##name);
Dlse.h30 #define __LL_SC_EXPORT(x) EXPORT_SYMBOL(__LL_SC_PREFIX(x)) macro
53 #define __LL_SC_EXPORT(x) macro