Lines Matching refs:LTRACEF
102 …LTRACEF("thread %p calling %p with arg %p\n", _current_thread, _current_thread->entry, _current_th… in initial_thread_func()
113 LTRACEF("thread %p exiting with %d\n", _current_thread, ret); in initial_thread_func()
119 LTRACEF("thread %p, stack %p\n", t, t->stack); in arch_thread_initialize()
151 LTRACEF("preempting thread %p (%s)\n", _current_thread, _current_thread->name); in pendsv()
157 LTRACEF("fell through\n"); in pendsv()
373 LTRACEF("FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
381 LTRACEF("we're preempted, old frame %p, old lr 0x%x, pc 0x%x, new preempted bool %d\n", in arch_context_switch()
387 LTRACEF("thread %s pushed fpu frame\n", oldthread->name); in arch_context_switch()
409 LTRACEF("newthread FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
427 LTRACEF("newthread2 FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
460 LTRACEF("iretting to user space, fpused %u\n", newthread->arch.fpused); in arch_context_switch()
462 LTRACEF("iretting to user space\n"); in arch_context_switch()
480 LTRACEF("thread %s uses float\n", oldthread->name); in arch_context_switch()
486 LTRACEF("not being preempted, but switching to preempted thread\n"); in arch_context_switch()
501 LTRACEF("both sides are not preempted newsp 0x%lx\n", newthread->arch.sp); in arch_context_switch()