Searched refs:DEBUG_ASSERT_MSG (Results 1 – 19 of 19) sorted by relevance
| /kernel/vm/include/vm/ |
| A D | physmap.h | 47 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 D | assert.h | 44 #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 D | excp_port.cpp | 78 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 D | thread_dispatcher.cpp | 79 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 D | process_dispatcher.cpp | 181 DEBUG_ASSERT_MSG(state_ == State::RUNNING || state_ == State::DYING, in Exit() 675 DEBUG_ASSERT_MSG(false, "unexpected port type: %d", in SetExceptionPort()
|
| A D | job_dispatcher.cpp | 473 DEBUG_ASSERT_MSG(false, "unexpected port type: %d", in SetExceptionPort()
|
| /kernel/kernel/ |
| A D | wait.cpp | 75 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 D | sched.cpp | 267 DEBUG_ASSERT_MSG(newthread->cpu_affinity & cpu_num_to_mask(cpu), in sched_get_top_thread() 592 …DEBUG_ASSERT_MSG(list_in_list(&t->queue_node), "thread %p name %s curr_cpu %u\n", t, t->name, t->c… in sched_migrate() 629 …DEBUG_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 D | mutex.cpp | 181 …DEBUG_ASSERT_MSG(t, "mutex_release: wait queue didn't have anything, but m->val = %#" PRIxPTR "\n"… in mutex_release_internal()
|
| A D | timer.cpp | 400 DEBUG_ASSERT_MSG(timer && timer->magic == TIMER_MAGIC, in timer_tick()
|
| /kernel/tests/ |
| A D | timer_tests.cpp | 61 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 D | vm_object.cpp | 187 DEBUG_ASSERT_MSG(num_aspaces <= mapping_list_len_, in share_count()
|
| A D | pmm_node.cpp | 245 DEBUG_ASSERT_MSG(p->is_free(), "p %p state %u\n", p, p->state); in AllocContiguous()
|
| A D | vm_page_list.cpp | 325 DEBUG_ASSERT_MSG(false, "Popped from empty splice list"); in Pop()
|
| A D | vm_object_paged.cpp | 935 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 D | cmpctmalloc.cpp | 420 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 D | faults.cpp | 487 DEBUG_ASSERT_MSG(arch_ints_disabled(), in x86_exception_handler()
|
| A D | mmu.cpp | 503 DEBUG_ASSERT_MSG(!phys_, "page table dtor called before Destroy()"); in ~X86PageTableBase()
|
| /kernel/arch/x86/page_tables/ |
| A D | page_tables.cpp | 319 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