Searched refs:__NAKED (Results 1 – 4 of 4) sorted by relevance
130 __NAKED void _hardfault(void) { in _hardfault()139 __NAKED void _memmanage(void) { in _memmanage()148 __NAKED void _busfault(void) { in _busfault()157 __NAKED void _usagefault(void) { in _usagefault()
171 __NAKED void _pendsv(void) { in _pendsv()187 __NAKED void _svc(void) { in _svc()196 __NAKED static void _half_save_and_svc(struct thread *oldthread, struct thread *newthread, bool fpu… in _half_save_and_svc()198 __NAKED static void _half_save_and_svc(struct thread *oldthread, struct thread *newthread) in _half_save_and_svc()269 __NAKED static void _arch_non_preempt_context_switch(struct thread *oldthread, struct thread *newth… in _arch_non_preempt_context_switch()271 __NAKED static void _arch_non_preempt_context_switch(struct thread *oldthread, struct thread *newth… in _arch_non_preempt_context_switch()333 __NAKED static void _thread_mode_bounce(bool fpused) { in _thread_mode_bounce()
11 __ALIGNED(8) __NAKED
34 #define __NAKED __attribute__((naked)) macro
Completed in 5 milliseconds