Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dpci-calgary_64.c168 void *tce_space; member
767 tbl->it_base = (unsigned long)bus_info[dev->bus->number].tce_space; in calgary_setup_tar()
826 bus_info[dev->bus->number].tce_space = NULL; in calgary_free_bus()
1165 if (!info->tce_space && !translate_empty_slots) in calgary_init()
1198 if (!info->tce_space && !translate_empty_slots) in calgary_init()
1328 unsigned long tce_space; in get_tce_space_from_tar() local
1347 tce_space = be64_to_cpu(readq(target)); in get_tce_space_from_tar()
1348 tce_space = tce_space & TAR_SW_BITS; in get_tce_space_from_tar()
1350 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()
1351 info->tce_space = (u64 *)__va(tce_space); in get_tce_space_from_tar()
[all …]