Searched refs:mtrr_type (Results 1 – 11 of 11) sorted by relevance
/arch/x86/include/uapi/asm/ |
D | mtrr.h | 79 typedef __u8 mtrr_type; typedef 86 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES]; 89 mtrr_type def_type;
|
/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 80 unsigned long size, mtrr_type type); 150 mtrr_type smp_type; 186 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() 229 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in set_mtrr() 241 unsigned long size, mtrr_type type) in set_mtrr_cpuslocked() 253 unsigned long size, mtrr_type type) in set_mtrr_from_inactive_cpu() 305 mtrr_type ltype; in mtrr_add_page() 481 mtrr_type ltype; in mtrr_del_page() 640 mtrr_type ltype;
|
D | centaur.c | 30 mtrr_type ltype; in centaur_get_free_region() 59 unsigned long *size, mtrr_type * type) in centaur_get_mcr() 75 unsigned long size, mtrr_type type) in centaur_set_mcr()
|
D | cyrix.c | 15 unsigned long *size, mtrr_type * type) in cyrix_get_arr() 94 mtrr_type ltype; in cyrix_get_free_region() 179 unsigned long size, mtrr_type type) in cyrix_set_arr() 239 mtrr_type type;
|
D | amd.c | 11 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()
|
D | mtrr.h | 19 unsigned long size, mtrr_type type); 23 unsigned long *size, mtrr_type *type);
|
D | generic.c | 335 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() 358 static mtrr_type __initdata last_fixed_type; 372 mtrr_type type) in update_fixed_last() 380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() 562 mtrr_type ltype; in generic_get_free_region() 579 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 636 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() 820 unsigned long size, mtrr_type type) in generic_set_mtrr()
|
D | cleanup.c | 39 mtrr_type type; 70 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() 689 mtrr_type type; in mtrr_cleanup() 880 mtrr_type type; in mtrr_trim_uncached_memory()
|
D | if.c | 169 mtrr_type type; in mtrr_ioctl() 410 mtrr_type type; in mtrr_seq_show()
|
/arch/x86/mm/ |
D | pat.c | 393 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 395 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type() 396 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 441 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
|