Home
last modified time | relevance | path

Searched refs:DEBUG_ASSERT_MSG (Results 1 – 19 of 19) sorted by relevance

/kernel/vm/include/vm/
A Dphysmap.h47 DEBUG_ASSERT_MSG(is_physmap_phys_addr(pa), "paddr %#" PRIxPTR "\n", pa); in paddr_to_physmap()
54 DEBUG_ASSERT_MSG(is_physmap_addr(addr), "vaddr %p\n", addr); in physmap_to_paddr()
/kernel/lib/libc/include/
A Dassert.h44 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ macro
56 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) DEBUG_ASSERT_MSG(x, msg, msgargs)
/kernel/object/
A Dexcp_port.cpp78 DEBUG_ASSERT_MSG(type_ == Type::JOB || type_ == Type::JOB_DEBUGGER, in SetTarget()
91 DEBUG_ASSERT_MSG(type_ == Type::DEBUGGER || type_ == Type::PROCESS, in SetTarget()
104 DEBUG_ASSERT_MSG(type_ == Type::THREAD, in SetTarget()
A Dthread_dispatcher.cpp79 DEBUG_ASSERT_MSG(ret == ZX_OK, "thread_join returned something other than ZX_OK\n"); in ~ThreadDispatcher()
91 DEBUG_ASSERT_MSG(false, "bad state %s, this %p\n", in ~ThreadDispatcher()
824 DEBUG_ASSERT_MSG(false, "unexpected blocked reason: %d", in GetInfoForUserspace()
839 DEBUG_ASSERT_MSG(false, "unexpected run state: %d", in GetInfoForUserspace()
864 DEBUG_ASSERT_MSG(false, "unexpected exception port type: %d", in GetInfoForUserspace()
A Dprocess_dispatcher.cpp181 DEBUG_ASSERT_MSG(state_ == State::RUNNING || state_ == State::DYING, in Exit()
675 DEBUG_ASSERT_MSG(false, "unexpected port type: %d", in SetExceptionPort()
A Djob_dispatcher.cpp473 DEBUG_ASSERT_MSG(false, "unexpected port type: %d", in SetExceptionPort()
/kernel/kernel/
A Dwait.cpp75 DEBUG_ASSERT_MSG(last->effec_priority > temp->effec_priority, in wait_queue_validate_queue()
85 DEBUG_ASSERT_MSG(temp->effec_priority == temp2->effec_priority, in wait_queue_validate_queue()
A Dsched.cpp267 DEBUG_ASSERT_MSG(newthread->cpu_affinity & cpu_num_to_mask(cpu), in sched_get_top_thread()
592DEBUG_ASSERT_MSG(list_in_list(&t->queue_node), "thread %p name %s curr_cpu %u\n", t, t->name, t->c… in sched_migrate()
629DEBUG_ASSERT_MSG(list_in_list(&t->queue_node), "thread %p name %s curr_cpu %u\n", t, t->name, t->c… in sched_priority_changed()
785 DEBUG_ASSERT_MSG(current_thread->state != THREAD_RUNNING, "state %d\n", current_thread->state); in sched_resched_internal()
A Dmutex.cpp181DEBUG_ASSERT_MSG(t, "mutex_release: wait queue didn't have anything, but m->val = %#" PRIxPTR "\n"… in mutex_release_internal()
A Dtimer.cpp400 DEBUG_ASSERT_MSG(timer && timer->magic == TIMER_MAGIC, in timer_tick()
/kernel/tests/
A Dtimer_tests.cpp61 DEBUG_ASSERT_MSG(timer_threads[i] != NULL, "failed to create thread for cpu %u\n", i); in timer_diag_all_cpus()
67 DEBUG_ASSERT_MSG(status == ZX_OK, "failed to join thread for cpu %u: %d\n", i, status); in timer_diag_all_cpus()
/kernel/vm/
A Dvm_object.cpp187 DEBUG_ASSERT_MSG(num_aspaces <= mapping_list_len_, in share_count()
A Dpmm_node.cpp245 DEBUG_ASSERT_MSG(p->is_free(), "p %p state %u\n", p, p->state); in AllocContiguous()
A Dvm_page_list.cpp325 DEBUG_ASSERT_MSG(false, "Popped from empty splice list"); in Pop()
A Dvm_object_paged.cpp935 DEBUG_ASSERT_MSG(0, "non kernel pointer passed\n"); in Read()
953 DEBUG_ASSERT_MSG(0, "non kernel pointer passed\n"); in Write()
/kernel/lib/heap/cmpctmalloc/
A Dcmpctmalloc.cpp420 DEBUG_ASSERT_MSG(((header_t*)left)->size == sizeof(header_t), in free_memory()
1094 DEBUG_ASSERT_MSG(IS_PAGE_ALIGNED(ptr), in heap_grow()
1096 DEBUG_ASSERT_MSG(IS_PAGE_ALIGNED(size), in heap_grow()
/kernel/arch/x86/
A Dfaults.cpp487 DEBUG_ASSERT_MSG(arch_ints_disabled(), in x86_exception_handler()
A Dmmu.cpp503 DEBUG_ASSERT_MSG(!phys_, "page table dtor called before Destroy()"); in ~X86PageTableBase()
/kernel/arch/x86/page_tables/
A Dpage_tables.cpp319 DEBUG_ASSERT_MSG(level != PT_L, "tried splitting PT_L"); in SplitLargePage()
517 DEBUG_ASSERT_MSG(page->state == VM_PAGE_STATE_MMU, in RemoveMapping()

Completed in 44 milliseconds