Searched refs:IPL_assert (Results 1 – 6 of 6) sorted by relevance
22 IPL_assert((uint64_t)ptr <= 0xffffffffull, "ptr2u32: ptr too large"); in ptr2u32()
143 static inline void IPL_assert(bool term, const char *message) in IPL_assert() function
68 IPL_assert(buf != NULL, "Can not allocate memory for receive buffers"); in virtio_net_init()
325 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()
482 IPL_assert(iplb.pbt == S390_IPL_TYPE_CCW, "IPL_TYPE_CCW expected"); in virtio_setup()
365 IPL_assert(virtio_read(blockno, buffer) == 0, errmsg); in read_block()