Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dspinlock.h23 static inline void __nostackcheck assert_have_no_spinlock(void) in assert_have_no_spinlock()
30 static inline void __nostackcheck assert_have_no_spinlock(void) { } in assert_have_no_spinlock()
A Dthread.h155 static inline bool __nostackcheck thread_foreign_intr_disabled(void) in thread_foreign_intr_disabled()
225 static inline bool __nostackcheck get_stack_soft_limits(vaddr_t *start, in get_stack_soft_limits()
231 static inline bool __nostackcheck get_stack_hard_limits(vaddr_t *start, in get_stack_hard_limits()
/optee_os-3.20.0/core/kernel/
A Dassert.c13 void __nostackcheck _assert_log(const char *expr __maybe_unused, in _assert_log()
A Dspin_lock_debug.c26 bool __nostackcheck have_spinlock(void) in have_spinlock()
A Dthread.c149 static struct thread_core_local * __nostackcheck
163 struct thread_core_local * __nostackcheck thread_get_core_local(void) in thread_get_core_local()
212 static bool * __nostackcheck get_stackcheck_recursion_flag(void) in get_stackcheck_recursion_flag()
230 void __nostackcheck __cyg_profile_func_enter(void *this_fn __unused, in __cyg_profile_func_enter()
244 void __nostackcheck __cyg_profile_func_exit(void *this_fn __unused, in __cyg_profile_func_exit()
264 void __nostackcheck thread_clr_boot_thread(void) in thread_clr_boot_thread()
274 void __nostackcheck *thread_get_tmp_sp(void) in thread_get_tmp_sp()
457 void __nostackcheck thread_init_thread_core_local(void) in thread_init_thread_core_local()
507 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c59 uint32_t __nostackcheck thread_get_exceptions(void) in thread_get_exceptions()
66 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions()
84 uint32_t __nostackcheck thread_get_exceptions(void) in thread_get_exceptions()
91 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions()
108 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions()
116 void __nostackcheck thread_unmask_exceptions(uint32_t state) in thread_unmask_exceptions()
/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h78 #define __nostackcheck __attribute__((no_instrument_function)) macro

Completed in 9 milliseconds