Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmtrr.h49 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
52 mtrr_type def_type;
62 mtrr_type def_type);
81 mtrr_type def_type) in mtrr_overwrite_state()
H A Dkvm_host.h587 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c115 mtrr_type smp_type;
134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible()
177 mtrr_type type) in set_mtrr()
230 mtrr_type ltype; in mtrr_add_page()
405 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 Dmtrr.h21 unsigned long size, mtrr_type type);
23 unsigned long *size, mtrr_type *type);
H A Dgeneric.c433 mtrr_type def_type) in mtrr_overwrite_state()
568 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges()
591 static mtrr_type __initdata last_fixed_type;
605 mtrr_type type) in update_fixed_last()
613 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed()
780 mtrr_type ltype; in generic_get_free_region()
797 unsigned long *size, mtrr_type *type) in generic_get_mtrr()
854 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges()
979 unsigned long size, mtrr_type type) in generic_set_mtrr()
H A Dcleanup.c39 mtrr_type type;
67 mtrr_type type; in x86_get_mtrr_mem_range()
518 mtrr_type type; in print_out_mtrr_range_state()
545 mtrr_type type; in mtrr_need_cleanup()
675 mtrr_type type; in mtrr_cleanup()
870 mtrr_type type; in mtrr_trim_uncached_memory()
H A Dlegacy.c37 mtrr_type ltype;
H A Dif.c158 mtrr_type type; in mtrr_ioctl()
361 mtrr_type type; in mtrr_seq_show()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h79 typedef __u8 mtrr_type; typedef
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c387 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
390 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()