Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dcalgary.h47 #define TCE_TABLE_SIZE_8M 7 macro
/Linux-v5.4/arch/x86/kernel/
Dpci-calgary_64.c775 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M); in calgary_setup_tar()
1205 if (ret > TCE_TABLE_SIZE_8M) in determine_tce_table_size()
1206 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1212 ret = TCE_TABLE_SIZE_8M; in determine_tce_table_size()
1487 specified_table_size = TCE_TABLE_SIZE_8M; in calgary_parse_options()