Home
last modified time | relevance | path

Searched refs:mtrr_type (Results 1 – 12 of 12) 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 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 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 Dmtrr.h21 unsigned long size, mtrr_type type);
23 unsigned long *size, mtrr_type *type);
H A Dcleanup.c26 mtrr_type type;
54 mtrr_type type; in x86_get_mtrr_mem_range()
505 mtrr_type type; in print_out_mtrr_range_state()
532 mtrr_type type; in mtrr_need_cleanup()
662 mtrr_type type; in mtrr_cleanup()
857 mtrr_type type; in mtrr_trim_uncached_memory()
H A Dlegacy.c37 mtrr_type ltype;
H A Dif.c156 mtrr_type type; in mtrr_ioctl()
359 mtrr_type type; in mtrr_seq_show()
/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()