2 * Copyright 2005-2009, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
11 #include "generic_x86.h"
17 intel_init_mtrrs(void)
19 generic_init_mtrrs(generic_count_mtrrs());
26 if (gCPU
[0].arch
.vendor
!= VENDOR_INTEL
)
29 generic_mtrr_compute_physical_mask();
30 generic_dump_mtrrs(generic_count_mtrrs());
37 intel_set_mtrrs(uint8 defaultType
, const x86_mtrr_info
* infos
, uint32 count
)
39 generic_set_mtrrs(defaultType
, infos
, count
, generic_count_mtrrs());
44 intel_stdops(int32 op
, ...)
57 x86_cpu_module_info gIntelModule
= {
59 "cpu/generic_x86/intel/v1",