Searched refs:mtrr_type (Results 1 – 9 of 9) sorted by relevance
/arch/x86/kernel/cpu/mtrr/ |
D | cyrix.c | 12 unsigned long *size, mtrr_type * type) in cyrix_get_arr() 88 mtrr_type ltype; in cyrix_get_free_region() 170 unsigned long size, mtrr_type type) in cyrix_set_arr() 229 mtrr_type type;
|
D | amd.c | 10 unsigned long *size, mtrr_type * type) in amd_get_mtrr() 50 unsigned long size, mtrr_type type) in amd_set_mtrr()
|
D | mtrr.h | 34 unsigned long size, mtrr_type type); 38 unsigned long *size, mtrr_type * type);
|
D | centaur.c | 28 mtrr_type ltype; in centaur_get_free_region() 53 unsigned long *size, mtrr_type * type) in centaur_get_mcr() 68 unsigned long size, mtrr_type type) in centaur_set_mcr()
|
D | main.c | 62 unsigned long size, mtrr_type type); 130 mtrr_type smp_type; 164 static inline int types_compatible(mtrr_type type1, mtrr_type type2) { in types_compatible() 211 unsigned long size, mtrr_type type) in set_mtrr() 308 mtrr_type ltype; in mtrr_add_page() 482 mtrr_type ltype; in mtrr_del_page() 572 mtrr_type ltype; 729 mtrr_type type; 741 mtrr_type type; in x86_get_mtrr_mem_range() 1215 mtrr_type type; in print_out_mtrr_range_state() [all …]
|
D | generic.c | 172 get_fixed_ranges(mtrr_type * frs) in get_fixed_ranges() 191 static void print_fixed(unsigned base, unsigned step, const mtrr_type*types) in print_fixed() 360 mtrr_type ltype; in generic_get_free_region() 375 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 416 static int set_fixed_ranges(mtrr_type * frs) in set_fixed_ranges() 573 unsigned long size, mtrr_type type) in generic_set_mtrr()
|
D | if.c | 152 mtrr_type type; in mtrr_ioctl() 388 mtrr_type type; in mtrr_seq_show()
|
/arch/x86/include/asm/ |
D | mtrr.h | 70 typedef __u8 mtrr_type; typedef 77 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES]; 80 mtrr_type def_type;
|
/arch/x86/mm/ |
D | pat.c | 173 u8 mtrr_type; in pat_x_mtrr_type() local 175 mtrr_type = mtrr_type_lookup(start, end); in pat_x_mtrr_type() 176 if (mtrr_type == MTRR_TYPE_UNCACHABLE) in pat_x_mtrr_type() 178 if (mtrr_type == MTRR_TYPE_WRCOMB) in pat_x_mtrr_type() 353 u8 mtrr_type = mtrr_type_lookup(start, end); in reserve_memtype() local 355 if (mtrr_type == MTRR_TYPE_WRBACK) in reserve_memtype()
|