Home
last modified time | relevance | path

Searched refs:roots_per_misc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_nb.c232 u16 roots_per_misc = 0; in amd_cache_northbridges() local
258 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()
264 if (!roots_per_misc || (root_count % roots_per_misc)) { in amd_cache_northbridges()
295 for (j = 1; j < roots_per_misc; j++) in amd_cache_northbridges()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_nb.c230 u16 roots_per_misc = 0; in amd_cache_northbridges() local
256 roots_per_misc = root_count / misc_count; in amd_cache_northbridges()
262 if (!roots_per_misc || (root_count % roots_per_misc)) { in amd_cache_northbridges()
293 for (j = 1; j < roots_per_misc; j++) in amd_cache_northbridges()

Completed in 2 milliseconds