Searched refs:mtrr_type (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/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_from_inactive_cpu() 293 mtrr_type ltype; in mtrr_add_page() 469 mtrr_type ltype; in mtrr_del_page() 628 mtrr_type ltype;
|
D | centaur.c | 29 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()
|
D | cyrix.c | 14 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;
|
D | amd.c | 10 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()
|
D | mtrr.h | 18 unsigned long size, mtrr_type type); 22 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() 559 mtrr_type ltype; in generic_get_free_region() 576 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 633 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() 817 unsigned long size, mtrr_type type) in generic_set_mtrr()
|
D | cleanup.c | 40 mtrr_type type; 71 mtrr_type type; in x86_get_mtrr_mem_range() 533 mtrr_type type; in print_out_mtrr_range_state() 560 mtrr_type type; in mtrr_need_cleanup() 683 mtrr_type type; in mtrr_cleanup() 875 mtrr_type type; in mtrr_trim_uncached_memory()
|
D | if.c | 169 mtrr_type type; in mtrr_ioctl() 408 mtrr_type type; in mtrr_seq_show()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | mtrr.h | 78 typedef __u8 mtrr_type; typedef 85 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES]; 88 mtrr_type def_type;
|
/linux-4.4.14/arch/x86/mm/ |
D | pat.c | 352 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 354 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type() 355 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 371 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
|