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.h84 const char *mtrr_attrib_to_str(int x);
Dgeneric.c197 base, base + step - 1, mtrr_attrib_to_str(*types)); in print_fixed()
237 printk(KERN_INFO "MTRR default type: %s\n", mtrr_attrib_to_str(mtrr_state.def_type)); in get_mtrr_state()
260 mtrr_attrib_to_str(mtrr_state.var_ranges[i].base_lo & 0xff)); in get_mtrr_state()
Dif.c27 const char *mtrr_attrib_to_str(int x) in mtrr_attrib_to_str() function
410 mtrr_usage_table[i], mtrr_attrib_to_str(type)); in mtrr_seq_show()
Dmain.c372 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page()
373 mtrr_attrib_to_str(type)); in mtrr_add_page()