Searched refs:mtrr_req_count (Results 1 – 2 of 2) sorted by relevance
57 for (i = 0; i < gd->arch.mtrr_req_count; i++, req++) { in mtrr_commit()80 if (gd->arch.mtrr_req_count == MAX_MTRR_REQUESTS) in mtrr_add_request()82 req = &gd->arch.mtrr_req[gd->arch.mtrr_req_count++]; in mtrr_add_request()86 debug("%d: type=%d, %08llx %08llx\n", gd->arch.mtrr_req_count - 1, in mtrr_add_request()
90 int mtrr_req_count; member