Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/
H A Du-boot-spl.lds82 ASSERT(__image_copy_end - __image_copy_start < (IMAGE_MAX_SIZE), \
87 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
92 ASSERT(__bss_end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
H A Du-boot.lds121 ASSERT((. - ADDR(.secure_text)) <= CONFIG_ARMV7_SECURE_MAX_SIZE,
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Du-boot-spl.lds53 ASSERT(__image_copy_end - __start < (IMAGE_MAX_SIZE), \
58 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
/openbmc/ipmi-fru-parser/
H A Dfrup.cpp55 #define ASSERT(x) \ macro
177 ASSERT(timestr); in _to_time_str()
178 ASSERT(len); in _to_time_str()
199 ASSERT(areabuf); in _parse_type_length()
200 ASSERT(areabuflen); in _parse_type_length()
201 ASSERT(number_of_data_bytes); in _parse_type_length()
217 ASSERT(type_length != IPMI_FRU_SENTINEL_VALUE); in _parse_type_length()
696 ASSERT(msgbuf); in parse_fru_area()
/openbmc/qemu/tests/tcg/tricore/
H A Dlink.ld73 _. = ASSERT ((__CSA_BEGIN & 0x3f) == 0 , "illegal CSA start address") ;
74 _. = ASSERT ((__CSA_SIZE & 0x3f) == 0 , "illegal CSA size") ;
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot-spl.lds37 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
/openbmc/u-boot/arch/microblaze/cpu/
H A Du-boot-spl.lds60 ASSERT(__end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand_spl.lds68 ASSERT(__init_end <= (0xfff00000 + RESET_VECTOR_OFFSET), "NAND bootstrap too big");
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch39 ASSERT(p != NULL);
/openbmc/u-boot/arch/xtensa/cpu/
H A Du-boot.lds104 ASSERT(__monitor_end - __monitor_start <= CONFIG_SYS_MONITOR_LEN,
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.cpp.mako145 skipVal = "SkipAssertion::ASSERT"
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp54 ASSERT, // Skip on Assert enumerator
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp344 // Skip update if skipOn is ASSERT in assertion()
345 if (SkipAssertion::ASSERT == value.second.skip) in assertion()
/openbmc/u-boot/common/
H A Ddlmalloc.src3174 * Use 'assert' rather than 'ASSERT' in WIN32 code to conform to