Searched refs:llc_size (Results 1 – 2 of 2) sorted by relevance
1027 u64 llc_size = c->x86_cache_size * 1024ULL; in calc_llc_size_per_core() local1029 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()1031 return (int)llc_size; in calc_llc_size_per_core()
177 long llc_size; in hfi1_wss_init() local196 llc_size = wss_llc_size() * 1024; in hfi1_wss_init()197 table_size = roundup_pow_of_two(llc_size); in hfi1_wss_init()200 llc_bits = llc_size / PAGE_SIZE; in hfi1_wss_init()