Home
last modified time | relevance | path

Searched refs:mtrr_type (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmtrr.h36 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
39 mtrr_type def_type;
49 mtrr_type def_type);
67 mtrr_type def_type) in guest_force_mtrr_state()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c108 mtrr_type smp_type;
127 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible()
170 mtrr_type type) in set_mtrr()
223 mtrr_type ltype; in mtrr_add_page()
398 mtrr_type ltype; in mtrr_del_page()
H A Dcentaur.c30 mtrr_type ltype; in centaur_get_free_region()
50 unsigned long *size, mtrr_type * type) in centaur_get_mcr()
66 unsigned long size, mtrr_type type) in centaur_set_mcr()
H A Dcyrix.c15 unsigned long *size, mtrr_type * type) in cyrix_get_arr()
94 mtrr_type ltype; in cyrix_get_free_region()
180 unsigned long size, mtrr_type type) in cyrix_set_arr()
H A Damd.c11 unsigned long *size, mtrr_type *type) in amd_get_mtrr()
60 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr()
H A Dgeneric.c441 mtrr_type def_type) in guest_force_mtrr_state()
578 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges()
601 static mtrr_type __initdata last_fixed_type;
615 mtrr_type type) in update_fixed_last()
623 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed()
790 mtrr_type ltype; in generic_get_free_region()
807 unsigned long *size, mtrr_type *type) in generic_get_mtrr()
864 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges()
989 unsigned long size, mtrr_type type) in generic_set_mtrr()
H A Dlegacy.c37 mtrr_type ltype;
/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h79 typedef __u8 mtrr_type; typedef
/linux/arch/x86/mm/pat/
H A Dmemtype.c370 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
372 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
373 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()