Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmtrr.h42 #define NUM_FIXED_MTRRS 11 macro
44 #define NUM_FIXED_RANGES (NUM_FIXED_MTRRS * RANGES_PER_FIXED_MTRR)
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dmp_init.c162 static const unsigned int fixed_mtrrs[NUM_FIXED_MTRRS] = {
196 msr_count = 2 * num_var_mtrrs + NUM_FIXED_MTRRS + 1; in save_bsp_msrs()
204 for (i = 0; i < NUM_FIXED_MTRRS; i++) in save_bsp_msrs()