Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c61 gd->arch.mtrr_req_count); in mtrr_commit()
68 for (i = 0; i < gd->arch.mtrr_req_count; i++, req++) { in mtrr_commit()
91 debug("%s: count=%d\n", __func__, gd->arch.mtrr_req_count); in mtrr_add_request()
95 if (gd->arch.mtrr_req_count == MAX_MTRR_REQUESTS) in mtrr_add_request()
97 req = &gd->arch.mtrr_req[gd->arch.mtrr_req_count++]; in mtrr_add_request()
101 debug("%d: type=%d, %08llx %08llx\n", gd->arch.mtrr_req_count - 1, in mtrr_add_request()
/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h90 int mtrr_req_count; member