Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dthread.h165 static inline bool __nostackcheck thread_foreign_intr_disabled(void) in thread_foreign_intr_disabled()
235 static inline bool __nostackcheck get_stack_soft_limits(vaddr_t *start, in get_stack_soft_limits()
241 static inline bool __nostackcheck get_stack_hard_limits(vaddr_t *start, in get_stack_hard_limits()
H 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()
/optee_os/core/kernel/
H A Dthread.c255 static struct thread_core_local * __nostackcheck
277 struct thread_core_local * __nostackcheck thread_get_core_local(void) in thread_get_core_local()
330 static bool * __nostackcheck get_stackcheck_recursion_flag(void) in get_stackcheck_recursion_flag()
348 void __nostackcheck __cyg_profile_func_enter(void *this_fn __unused, in __cyg_profile_func_enter()
362 void __nostackcheck __cyg_profile_func_exit(void *this_fn __unused, in __cyg_profile_func_exit()
380 void __nostackcheck thread_clr_boot_thread(void) in thread_clr_boot_thread()
391 void __nostackcheck *thread_get_tmp_sp(void) in thread_get_tmp_sp()
608 vaddr_t __nostackcheck thread_get_abt_stack(void) in thread_get_abt_stack()
695 struct thread_ctx_regs * __nostackcheck thread_get_ctx_regs(void) in thread_get_ctx_regs()
H A Dassert.c13 void __nostackcheck _assert_log(const char *expr __maybe_unused, in _assert_log()
H A Dspin_lock_debug.c26 bool __nostackcheck have_spinlock(void) in have_spinlock()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c46 uint32_t __nostackcheck thread_get_exceptions(void) in thread_get_exceptions()
53 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions()
76 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions()
84 void __nostackcheck thread_unmask_exceptions(uint32_t state) in thread_unmask_exceptions()
/optee_os/core/arch/arm/kernel/
H A Dthread.c60 uint32_t __nostackcheck thread_get_exceptions(void) in thread_get_exceptions()
67 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions()
85 uint32_t __nostackcheck thread_get_exceptions(void) in thread_get_exceptions()
92 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions()
109 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions()
117 void __nostackcheck thread_unmask_exceptions(uint32_t state) in thread_unmask_exceptions()
/optee_os/lib/libutils/ext/include/
H A Dcompiler.h92 #define __nostackcheck __attribute__((no_instrument_function)) macro