Go to the documentation of this file.
5 #include <linux/types.h>
6 #include <linux/stddef.h>
8 #define MTRR_CHANGE_MASK_FIXED 0x01
9 #define MTRR_CHANGE_MASK_VARIABLE 0x02
10 #define MTRR_CHANGE_MASK_DEFTYPE 0x04
61 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
62 #define use_intel() (mtrr_if && mtrr_if->use_intel_if == 1)