Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/locks/exclusive/aarch64/
H A Dspinlock.c56 if (is_feat_lse_supported()) { in spin_lock()
122 if (is_feat_lse_supported()) { in spin_trylock()
141 assert(is_feat_lse_supported()); in bit_lock()
167 assert(is_feat_lse_supported()); in bit_unlock()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h212 static inline bool is_feat_lse_supported(void) { return false; } in is_feat_lse_supported() function