Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mtrr/
Dmain.c70 unsigned long size, mtrr_type type);
140 mtrr_type smp_type;
176 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible()
219 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in set_mtrr()
231 unsigned long size, mtrr_type type) in set_mtrr_from_inactive_cpu()
283 mtrr_type ltype; in mtrr_add_page()
457 mtrr_type ltype; in mtrr_del_page()
545 mtrr_type ltype;
Dcentaur.c29 mtrr_type ltype; in centaur_get_free_region()
58 unsigned long *size, mtrr_type * type) in centaur_get_mcr()
74 unsigned long size, mtrr_type type) in centaur_set_mcr()
Damd.c10 unsigned long *size, mtrr_type *type) in amd_get_mtrr()
59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr()
Dcyrix.c14 unsigned long *size, mtrr_type * type) in cyrix_get_arr()
93 mtrr_type ltype; in cyrix_get_free_region()
178 unsigned long size, mtrr_type type) in cyrix_set_arr()
238 mtrr_type type;
Dmtrr.h18 unsigned long size, mtrr_type type);
22 unsigned long *size, mtrr_type *type);
Dgeneric.c274 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges()
297 static mtrr_type __initdata last_fixed_type;
311 mtrr_type type) in update_fixed_last()
319 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed()
498 mtrr_type ltype; in generic_get_free_region()
515 unsigned long *size, mtrr_type *type) in generic_get_mtrr()
571 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges()
753 unsigned long size, mtrr_type type) in generic_set_mtrr()
Dcleanup.c40 mtrr_type type;
71 mtrr_type type; in x86_get_mtrr_mem_range()
532 mtrr_type type; in print_out_mtrr_range_state()
559 mtrr_type type; in mtrr_need_cleanup()
682 mtrr_type type; in mtrr_cleanup()
874 mtrr_type type; in mtrr_trim_uncached_memory()
Dif.c169 mtrr_type type; in mtrr_ioctl()
408 mtrr_type type; in mtrr_seq_show()
/arch/x86/include/asm/
Dmtrr.h78 typedef __u8 mtrr_type; typedef
85 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
88 mtrr_type def_type;
/arch/x86/mm/
Dpat.c149 u8 mtrr_type; in pat_x_mtrr_type() local
151 mtrr_type = mtrr_type_lookup(start, end); in pat_x_mtrr_type()
152 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()