Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcalgary.h60 #define TCE_TABLE_SIZE_8M 7 macro
/linux-4.4.14/arch/x86/kernel/
Dpci-calgary_64.c793 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
1226 if (ret > TCE_TABLE_SIZE_8M) in determine_tce_table_size()
1227 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1233 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1508 specified_table_size = TCE_TABLE_SIZE_8M; in calgary_parse_options()