Searched refs:mtrr_req_count (Results 1 – 2 of 2) sorted by relevance
149 gd->arch.mtrr_req_count); in mtrr_commit()156 qsort(req, gd->arch.mtrr_req_count, sizeof(*req), h_comp_mtrr); in mtrr_commit()157 for (i = 0; i < gd->arch.mtrr_req_count; i++, req++) in mtrr_commit()182 debug("%s: count=%d\n", __func__, gd->arch.mtrr_req_count); in mtrr_add_request()186 if (gd->arch.mtrr_req_count == MAX_MTRR_REQUESTS) in mtrr_add_request()188 req = &gd->arch.mtrr_req[gd->arch.mtrr_req_count++]; in mtrr_add_request()192 debug("%d: type=%d, %08llx %08llx\n", gd->arch.mtrr_req_count - 1, in mtrr_add_request()
107 int mtrr_req_count; member
Completed in 7 milliseconds