Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dtce_64.c94 tbl->it_size = table_size_to_number_of_entries(specified_table_size); in tce_table_setparms()
160 size = table_size_to_number_of_entries(specified_table_size); in alloc_tce_table()
173 size = table_size_to_number_of_entries(specified_table_size); in free_tce_table()
Dpci-calgary_64.c146 unsigned int specified_table_size = TCE_TABLE_SIZE_UNSPECIFIED; variable
775 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
776 val64 |= (u64) specified_table_size; in calgary_setup_tar()
1193 if (specified_table_size != TCE_TABLE_SIZE_UNSPECIFIED) in determine_tce_table_size()
1194 return specified_table_size; in determine_tce_table_size()
1329 tce_space = tce_space & (~specified_table_size); in get_tce_space_from_tar()
1408 specified_table_size = determine_tce_table_size(); in detect_calgary()
1448 specified_table_size); in detect_calgary()
1473 specified_table_size = TCE_TABLE_SIZE_64K; in calgary_parse_options()
1475 specified_table_size = TCE_TABLE_SIZE_128K; in calgary_parse_options()
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dtce.h14 extern unsigned int specified_table_size;