Searched refs:__nostackcheck (Results 1 – 8 of 8) sorted by relevance
165 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()
23 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()
255 static struct thread_core_local * __nostackcheck277 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()
13 void __nostackcheck _assert_log(const char *expr __maybe_unused, in _assert_log()
26 bool __nostackcheck have_spinlock(void) in have_spinlock()
46 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()
60 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()
92 #define __nostackcheck __attribute__((no_instrument_function)) macro