Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.h41 #define NUM_FIXED_MTRRS 11 macro
43 #define NUM_FIXED_RANGES (NUM_FIXED_MTRRS * RANGES_PER_FIXED_MTRR)
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c161 static const unsigned int fixed_mtrrs[NUM_FIXED_MTRRS] = {
195 msr_count = 2 * num_var_mtrrs + NUM_FIXED_MTRRS + 1; in save_bsp_msrs()
203 for (i = 0; i < NUM_FIXED_MTRRS; i++) in save_bsp_msrs()