Searched refs:updateInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp312 update_mtrrs(update_mtrr_info& updateInfo) argument
328 if (range->size <= updateInfo.ignoreUncacheableSize)
330 if (range->size < updateInfo.shortestUncacheableSize)
331 updateInfo.shortestUncacheableSize = range->size;
503 update_mtrr_info updateInfo;
504 updateInfo.ignoreUncacheableSize = 0;
508 B_PRIx64 ".\n", updateInfo.ignoreUncacheableSize);
510 updateInfo.shortestUncacheableSize = ~(uint64)0;
511 status_t error = update_mtrrs(updateInfo);
513 if (error == B_OK && updateInfo
[all...]

Completed in 27 milliseconds