Searched refs:mtrr_type (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | mtrr.h | 49 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES]; 52 mtrr_type def_type; 62 mtrr_type def_type); 81 mtrr_type def_type) in mtrr_overwrite_state()
|
H A D | kvm_host.h | 587 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 115 mtrr_type smp_type; 134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() 177 mtrr_type type) in set_mtrr() 230 mtrr_type ltype; in mtrr_add_page() 405 mtrr_type ltype; in mtrr_del_page()
|
H A D | centaur.c | 30 mtrr_type ltype; in centaur_get_free_region() 50 unsigned long *size, mtrr_type * type) in centaur_get_mcr() 66 unsigned long size, mtrr_type type) in centaur_set_mcr()
|
H A D | cyrix.c | 15 unsigned long *size, mtrr_type * type) in cyrix_get_arr() 94 mtrr_type ltype; in cyrix_get_free_region() 180 unsigned long size, mtrr_type type) in cyrix_set_arr()
|
H A 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()
|
H A D | mtrr.h | 21 unsigned long size, mtrr_type type); 23 unsigned long *size, mtrr_type *type);
|
H A D | generic.c | 433 mtrr_type def_type) in mtrr_overwrite_state() 568 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() 591 static mtrr_type __initdata last_fixed_type; 605 mtrr_type type) in update_fixed_last() 613 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() 780 mtrr_type ltype; in generic_get_free_region() 797 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 854 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() 979 unsigned long size, mtrr_type type) in generic_set_mtrr()
|
H A D | cleanup.c | 39 mtrr_type type; 67 mtrr_type type; in x86_get_mtrr_mem_range() 518 mtrr_type type; in print_out_mtrr_range_state() 545 mtrr_type type; in mtrr_need_cleanup() 675 mtrr_type type; in mtrr_cleanup() 870 mtrr_type type; in mtrr_trim_uncached_memory()
|
H A D | legacy.c | 37 mtrr_type ltype;
|
H A D | if.c | 158 mtrr_type type; in mtrr_ioctl() 361 mtrr_type type; in mtrr_seq_show()
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | mtrr.h | 79 typedef __u8 mtrr_type; typedef
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 387 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type() 390 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()
|