Searched refs:mtrr_type (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
H A D | centaur.c | 29 mtrr_type ltype; centaur_get_free_region() 58 unsigned long *size, mtrr_type * type) centaur_get_mcr() 74 unsigned long size, mtrr_type type) centaur_set_mcr()
|
H A D | mtrr.h | 18 unsigned long size, mtrr_type type); 22 unsigned long *size, mtrr_type *type);
|
H A D | cyrix.c | 14 unsigned long *size, mtrr_type * type) cyrix_get_arr() 93 mtrr_type ltype; cyrix_get_free_region() 178 unsigned long size, mtrr_type type) cyrix_set_arr() 238 mtrr_type type;
|
H A D | amd.c | 10 unsigned long *size, mtrr_type *type) amd_get_mtrr() 59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) amd_set_mtrr()
|
H A D | generic.c | 335 static void get_fixed_ranges(mtrr_type *frs) get_fixed_ranges() 358 static mtrr_type __initdata last_fixed_type; 372 mtrr_type type) update_fixed_last() 380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) print_fixed() 559 mtrr_type ltype; generic_get_free_region() 576 unsigned long *size, mtrr_type *type) generic_get_mtrr() 633 static int set_fixed_ranges(mtrr_type *frs) set_fixed_ranges() 817 unsigned long size, mtrr_type type) generic_set_mtrr()
|
H A D | cleanup.c | 40 mtrr_type type; 71 mtrr_type type; x86_get_mtrr_mem_range() 533 mtrr_type type; print_out_mtrr_range_state() 560 mtrr_type type; mtrr_need_cleanup() 683 mtrr_type type; mtrr_cleanup() 875 mtrr_type type; mtrr_trim_uncached_memory()
|
H A 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) types_compatible() 229 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) set_mtrr() 241 unsigned long size, mtrr_type type) set_mtrr_from_inactive_cpu() 293 mtrr_type ltype; mtrr_add_page() 469 mtrr_type ltype; mtrr_del_page() 628 mtrr_type ltype;
|
H A D | if.c | 169 mtrr_type type; mtrr_ioctl() 408 mtrr_type type; mtrr_seq_show()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
H A 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/ |
H A D | pat.c | 352 u8 mtrr_type, uniform; pat_x_mtrr_type() local 354 mtrr_type = mtrr_type_lookup(start, end, &uniform); pat_x_mtrr_type() 355 if (mtrr_type != MTRR_TYPE_WRBACK) pat_x_mtrr_type()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kvm_host.h | 371 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
|
Completed in 283 milliseconds