HomeSort by relevance Sort by last modified time
    Searched refs:mtrr_req_count (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/x86/cpu/
mtrr.c 57 for (i = 0; i < gd->arch.mtrr_req_count; i++, req++) {
80 if (gd->arch.mtrr_req_count == MAX_MTRR_REQUESTS)
82 req = &gd->arch.mtrr_req[gd->arch.mtrr_req_count++];
86 debug("%d: type=%d, %08llx %08llx\n", gd->arch.mtrr_req_count - 1,
  /external/u-boot/arch/x86/include/asm/
global_data.h 90 int mtrr_req_count; member in struct:arch_global_data

Completed in 66 milliseconds