Home
last modified time | relevance | path

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

/Linux-v4.19/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.c162 unsigned int specified_table_size = TCE_TABLE_SIZE_UNSPECIFIED; variable
801 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
802 val64 |= (u64) specified_table_size; in calgary_setup_tar()
1219 if (specified_table_size != TCE_TABLE_SIZE_UNSPECIFIED) in determine_tce_table_size()
1220 return specified_table_size; in determine_tce_table_size()
1355 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()
1434 specified_table_size = determine_tce_table_size(); in detect_calgary()
1474 specified_table_size); in detect_calgary()
1499 specified_table_size = TCE_TABLE_SIZE_64K; in calgary_parse_options()
1501 specified_table_size = TCE_TABLE_SIZE_128K; in calgary_parse_options()
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dtce.h27 extern unsigned int specified_table_size;