Home
last modified time | relevance | path

Searched refs:mtrr_attrib_to_str (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/cpu/mtrr/
Dmtrr.h71 const char *mtrr_attrib_to_str(int x);
Dif.c30 const char *mtrr_attrib_to_str(int x) in mtrr_attrib_to_str() function
383 mtrr_usage_table[i], mtrr_attrib_to_str(type)); in mtrr_seq_show()
Dgeneric.c366 last_fixed_end - 1, mtrr_attrib_to_str(last_fixed_type)); in print_fixed_last()
408 mtrr_attrib_to_str(mtrr_state.def_type)); in print_mtrr_state()
439 mtrr_attrib_to_str(mtrr_state.var_ranges[i].base_lo & 0xff)); in print_mtrr_state()
Dmtrr.c371 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page()
372 mtrr_attrib_to_str(type)); in mtrr_add_page()