Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds