Lines Matching refs:device_error
217 device_error(parent, "must be a htab device"); in htab_decode_hash_table()
221 device_error(parent, "htab size 0x%x less than 0x1000", in htab_decode_hash_table()
226 device_error(parent, "htab size 0x%x not a power of two", in htab_decode_hash_table()
235 device_error(parent, "htaborg 0x%lx not aligned to htabmask 0x%lx", in htab_decode_hash_table()
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte); in htab_map_page()
282 …device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=… in htab_map_page()
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte); in htab_map_page()
350 device_error(me, "failed to claim memory"); in claim_memory()
479 device_error(me, "no data loaded"); in htab_dma_binary()
488 device_error(me, "broken dma transfer"); in htab_dma_binary()
519 device_error(me, "the file %s not loaded", file_name); in htab_map_binary()
525 device_error(me, "the file %s has an invalid binary format", file_name); in htab_map_binary()
561 device_error(me, "overlapping but missaligned text and data segments"); in htab_map_binary()
601 device_error(me, "only 32bit targets currently suported"); in htab_init_data_callback()
613 device_error(me, "cannot allocate hash table"); in htab_init_data_callback()