tce_space 155 arch/x86/kernel/pci-calgary_64.c void *tce_space; tce_space 749 arch/x86/kernel/pci-calgary_64.c tbl->it_base = (unsigned long)bus_info[dev->bus->number].tce_space; tce_space 808 arch/x86/kernel/pci-calgary_64.c bus_info[dev->bus->number].tce_space = NULL; tce_space 1144 arch/x86/kernel/pci-calgary_64.c if (!info->tce_space && !translate_empty_slots) tce_space 1177 arch/x86/kernel/pci-calgary_64.c if (!info->tce_space && !translate_empty_slots) tce_space 1307 arch/x86/kernel/pci-calgary_64.c unsigned long tce_space; tce_space 1326 arch/x86/kernel/pci-calgary_64.c tce_space = be64_to_cpu(readq(target)); tce_space 1327 arch/x86/kernel/pci-calgary_64.c tce_space = tce_space & TAR_SW_BITS; tce_space 1329 arch/x86/kernel/pci-calgary_64.c tce_space = tce_space & (~specified_table_size); tce_space 1330 arch/x86/kernel/pci-calgary_64.c info->tce_space = (u64 *)__va(tce_space); tce_space 1434 arch/x86/kernel/pci-calgary_64.c info->tce_space = tbl; tce_space 1458 arch/x86/kernel/pci-calgary_64.c if (info->tce_space) tce_space 1459 arch/x86/kernel/pci-calgary_64.c free_tce_table(info->tce_space); tce_space 1570 arch/x86/kernel/pci-calgary_64.c if (!info->tce_space)