Searched refs:tce_space (Results 1 – 1 of 1) sorted by relevance
155 void *tce_space; member749 tbl->it_base = (unsigned long)bus_info[dev->bus->number].tce_space; in calgary_setup_tar()808 bus_info[dev->bus->number].tce_space = NULL; in calgary_free_bus()1144 if (!info->tce_space && !translate_empty_slots) in calgary_init()1177 if (!info->tce_space && !translate_empty_slots) in calgary_init()1307 unsigned long tce_space; in get_tce_space_from_tar() local1326 tce_space = be64_to_cpu(readq(target)); in get_tce_space_from_tar()1327 tce_space = tce_space & TAR_SW_BITS; in get_tce_space_from_tar()1329 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()1330 info->tce_space = (u64 *)__va(tce_space); in get_tce_space_from_tar()[all …]