Home
last modified time | relevance | path

Searched refs:has_mtrr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c29 if (!gd->arch.has_mtrr) in mtrr_open()
45 if (!gd->arch.has_mtrr) in mtrr_close()
60 debug("%s: enabled=%d, count=%d\n", __func__, gd->arch.has_mtrr, in mtrr_commit()
62 if (!gd->arch.has_mtrr) in mtrr_commit()
92 if (!gd->arch.has_mtrr) in mtrr_add_request()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c227 static bool has_mtrr(void) in has_mtrr() function
340 gd->arch.has_mtrr = has_mtrr(); in x86_cpu_init_f()
346 if (gd->arch.has_mtrr) { in x86_cpu_init_f()
/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h91 int has_mtrr; member