Searched refs:mtrr_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 81 unsigned long size, mtrr_type type); 151 mtrr_type smp_type; 187 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() 230 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in set_mtrr() 242 unsigned long size, mtrr_type type) in set_mtrr_cpuslocked() 254 unsigned long size, mtrr_type type) in set_mtrr_from_inactive_cpu() 306 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() 180 unsigned long size, mtrr_type type) in cyrix_set_arr() 240 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 | generic.c | 336 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() 359 static mtrr_type __initdata last_fixed_type; 373 mtrr_type type) in update_fixed_last() 381 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() 563 mtrr_type ltype; in generic_get_free_region() 580 unsigned long *size, mtrr_type *type) in generic_get_mtrr() 637 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() 832 unsigned long size, mtrr_type type) in generic_set_mtrr()
|
D | mtrr.h | 19 unsigned long size, mtrr_type type); 23 unsigned long *size, mtrr_type *type);
|
D | cleanup.c | 39 mtrr_type type; 70 mtrr_type type; in x86_get_mtrr_mem_range() 531 mtrr_type type; in print_out_mtrr_range_state() 558 mtrr_type type; in mtrr_need_cleanup() 688 mtrr_type type; in mtrr_cleanup() 880 mtrr_type type; in mtrr_trim_uncached_memory()
|
D | if.c | 158 mtrr_type type; in mtrr_ioctl() 361 mtrr_type type; in mtrr_seq_show()
|
/Linux-v5.10/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;
|
/Linux-v5.10/arch/x86/mm/pat/ |
D | memtype.c | 426 u8 mtrr_type, uniform; in pat_x_mtrr_type() local 428 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type() 429 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 480 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];
|