Searched refs:ASSERT_ALWAYS (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h36 #define KASSERT_OPENBSD(x) ASSERT_ALWAYS(x)
/haiku/headers/private/kernel/
H A Ddebug.h49 #define ASSERT_ALWAYS(x) \ macro
65 # define ASSERT(x) ASSERT_ALWAYS(x)
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_start.cpp78 ASSERT_ALWAYS((uint32_t)trampolinePage >= 0x88000000);
H A Darch_mmu.cpp119 ASSERT_ALWAYS(insert_virtual_allocated_range(virtAddr, size) >= B_OK);
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp299 ASSERT_ALWAYS(status == EFI_SUCCESS);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_mmu.cpp179 ASSERT_ALWAYS(insert_virtual_allocated_range(virtAddr, size) >= B_OK);
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp270 ASSERT_ALWAYS(insert_virtual_allocated_range(virt_addr, size) >= B_OK);
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp194 ASSERT_ALWAYS(insert_virtual_allocated_range(virtAdr, size) >= B_OK);
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp205 ASSERT_ALWAYS(insert_virtual_allocated_range(virtAdr, size) >= B_OK);
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp255 ASSERT_ALWAYS(!fIsKernel);
257 ASSERT_ALWAYS(::Satp() != Satp());

Completed in 82 milliseconds