Searched refs:MTRR_TYPE_UNCACHABLE (Results 1 – 7 of 7) sorted by relevance
42 #define UC MTRR_TYPE_UNCACHABLE206 return MTRR_TYPE_UNCACHABLE; in get_mtrr_type()282 return MTRR_TYPE_UNCACHABLE; in get_mtrr_type()385 case MTRR_TYPE_UNCACHABLE: in valid_mtrr_type()812 return MTRR_TYPE_UNCACHABLE; in epte_get_entry_emt()821 return MTRR_TYPE_UNCACHABLE; in epte_get_entry_emt()831 return MTRR_TYPE_UNCACHABLE; in epte_get_entry_emt()874 if ( gmtrr_mtype == MTRR_TYPE_UNCACHABLE || in epte_get_entry_emt()875 hmtrr_mtype == MTRR_TYPE_UNCACHABLE ) in epte_get_entry_emt()876 return MTRR_TYPE_UNCACHABLE; in epte_get_entry_emt()[all …]
7 #define MTRR_TYPE_UNCACHABLE 0 macro
166 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()167 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
130 [MTRR_TYPE_UNCACHABLE] = "uncachable", in mtrr_attrib_to_str()
156 0, MTRR_TYPE_UNCACHABLE, MTRR_TYPE_WRBACK, in vesa_mtrr_init()
1300 [MTRR_TYPE_UNCACHABLE] = "UC", in memory_type_to_str()
599 MTRR_TYPE_UNCACHABLE); in _sh_propagate()
Completed in 18 milliseconds