Home
last modified time | relevance | path

Searched refs:mtrr_type (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
Dmtrr.c81 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;
Dcentaur.c30 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()
Dcyrix.c15 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;
Damd.c11 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()
Dgeneric.c336 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()
Dmtrr.h19 unsigned long size, mtrr_type type);
23 unsigned long *size, mtrr_type *type);
Dcleanup.c39 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()
Dif.c158 mtrr_type type; in mtrr_ioctl()
361 mtrr_type type; in mtrr_seq_show()
/Linux-v5.10/arch/x86/include/uapi/asm/
Dmtrr.h79 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/
Dmemtype.c426 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/
Dkvm_host.h480 mtrr_type fixed_ranges[KVM_NR_FIXED_MTRR_REGION];