Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dpci-calgary_64.c171 void *tce_space; member
775 tbl->it_base = (unsigned long)bus_info[dev->bus->number].tce_space; in calgary_setup_tar()
834 bus_info[dev->bus->number].tce_space = NULL; in calgary_free_bus()
1170 if (!info->tce_space && !translate_empty_slots) in calgary_init()
1203 if (!info->tce_space && !translate_empty_slots) in calgary_init()
1333 unsigned long tce_space; in get_tce_space_from_tar() local
1352 tce_space = be64_to_cpu(readq(target)); in get_tce_space_from_tar()
1353 tce_space = tce_space & TAR_SW_BITS; in get_tce_space_from_tar()
1355 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()
1356 info->tce_space = (u64 *)__va(tce_space); in get_tce_space_from_tar()
[all …]