Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dcalgary.h60 #define TCE_TABLE_SIZE_8M 7 macro
/Linux-v4.19/arch/x86/kernel/
Dpci-calgary_64.c801 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
1231 if (ret > TCE_TABLE_SIZE_8M) in determine_tce_table_size()
1232 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1238 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1513 specified_table_size = TCE_TABLE_SIZE_8M; in calgary_parse_options()