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

/arch/x86/include/uapi/asm/
H A Dmtrr.h78 typedef __u8 mtrr_type; typedef
85 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
88 mtrr_type def_type;
/arch/x86/kernel/cpu/mtrr/
H A Damd.c10 unsigned long *size, mtrr_type *type)
59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)
H A Dmtrr.h18 unsigned long size, mtrr_type type);
22 unsigned long *size, mtrr_type *type);
H A Dcentaur.c29 mtrr_type ltype;
58 unsigned long *size, mtrr_type * type)
74 unsigned long size, mtrr_type type)
H A Dcyrix.c14 unsigned long *size, mtrr_type * type)
93 mtrr_type ltype;
178 unsigned long size, mtrr_type type)
238 mtrr_type type;
H A Dmain.c74 unsigned long size, mtrr_type type);
144 mtrr_type smp_type;
180 static inline int types_compatible(mtrr_type type1, mtrr_type type2)
223 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)
235 unsigned long size, mtrr_type type)
287 mtrr_type ltype;
462 mtrr_type ltype;
617 mtrr_type ltype;
H A Dgeneric.c274 static void get_fixed_ranges(mtrr_type *frs)
297 static mtrr_type __initdata last_fixed_type;
311 mtrr_type type)
319 print_fixed(unsigned base, unsigned step, const mtrr_type *types)
494 mtrr_type ltype;
511 unsigned long *size, mtrr_type *type)
568 static int set_fixed_ranges(mtrr_type *frs)
752 unsigned long size, mtrr_type type)
H A Dcleanup.c40 mtrr_type type;
71 mtrr_type type;
532 mtrr_type type;
559 mtrr_type type;
682 mtrr_type type;
874 mtrr_type type;
H A Dif.c169 mtrr_type type;
408 mtrr_type type;
/arch/x86/mm/
H A Dpat.c149 u8 mtrr_type; local
151 mtrr_type = mtrr_type_lookup(start, end);
152 if (mtrr_type != MTRR_TYPE_WRBACK)

Completed in 140 milliseconds