Home
last modified time | relevance | path

Searched refs:IPL_assert (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dhelper.h22 IPL_assert((uint64_t)ptr <= 0xffffffffull, "ptr2u32: ptr too large"); in ptr2u32()
H A Ds390-ccw.h143 static inline void IPL_assert(bool term, const char *message) in IPL_assert() function
H A Dvirtio-net.c68 IPL_assert(buf != NULL, "Can not allocate memory for receive buffers"); in virtio_net_init()
H A Dcio.c325 IPL_assert(fmt == 0 || fmt == 1, "Invalid ccw format"); in __do_cio()
329 IPL_assert(ccw_addr <= 0xFFFFFF - 8, "Invalid ccw address"); in __do_cio()
H A Dnetmain.c482 IPL_assert(iplb.pbt == S390_IPL_TYPE_CCW, "IPL_TYPE_CCW expected"); in virtio_setup()
H A Dbootmap.h365 IPL_assert(virtio_read(blockno, buffer) == 0, errmsg); in read_block()