Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtce_64.c107 tbl->it_size = table_size_to_number_of_entries(specified_table_size); in tce_table_setparms()
173 size = table_size_to_number_of_entries(specified_table_size); in alloc_tce_table()
186 size = table_size_to_number_of_entries(specified_table_size); in free_tce_table()
Dpci-calgary_64.c159 unsigned int specified_table_size = TCE_TABLE_SIZE_UNSPECIFIED; variable
793 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
794 val64 |= (u64) specified_table_size; in calgary_setup_tar()
1214 if (specified_table_size != TCE_TABLE_SIZE_UNSPECIFIED) in determine_tce_table_size()
1215 return specified_table_size; in determine_tce_table_size()
1350 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()
1429 specified_table_size = determine_tce_table_size(); in detect_calgary()
1469 specified_table_size); in detect_calgary()
1494 specified_table_size = TCE_TABLE_SIZE_64K; in calgary_parse_options()
1496 specified_table_size = TCE_TABLE_SIZE_128K; in calgary_parse_options()
[all …]
/linux-4.4.14/arch/x86/include/asm/
Dtce.h27 extern unsigned int specified_table_size;