Searched refs:MTRR_TYPE_UNCACHABLE (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c57 *type = MTRR_TYPE_UNCACHABLE;
79 if (type == MTRR_TYPE_UNCACHABLE)
97 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) {
H A Dcyrix.c50 *type = MTRR_TYPE_UNCACHABLE;
66 *type = MTRR_TYPE_UNCACHABLE;
196 case MTRR_TYPE_UNCACHABLE:
211 case MTRR_TYPE_UNCACHABLE:
H A Damd.c23 *type = MTRR_TYPE_UNCACHABLE;
H A Dcleanup.c88 if (type != MTRR_TYPE_UNCACHABLE &&
268 (type == MTRR_TYPE_UNCACHABLE) ? "UC" :
389 hole_sizek, MTRR_TYPE_UNCACHABLE);
535 (type == MTRR_TYPE_UNCACHABLE) ? "UC" :
563 if (!num[MTRR_TYPE_UNCACHABLE])
567 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] !=
687 if (def != MTRR_TYPE_UNCACHABLE)
887 if (def != MTRR_TYPE_UNCACHABLE)
933 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] !=
H A Dmtrr.c136 return type1 == MTRR_TYPE_UNCACHABLE ||
137 type2 == MTRR_TYPE_UNCACHABLE ||
214 * %MTRR_TYPE_UNCACHABLE - No caching
366 * %MTRR_TYPE_UNCACHABLE - No caching
H A Dgeneric.c151 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE)
152 return MTRR_TYPE_UNCACHABLE;
159 return MTRR_TYPE_UNCACHABLE;
520 return MTRR_TYPE_UNCACHABLE;
526 return MTRR_TYPE_UNCACHABLE;
/linux-master/arch/x86/include/uapi/asm/
H A Dmtrr.h100 #define MTRR_TYPE_UNCACHABLE 0 macro
/linux-master/arch/x86/include/asm/
H A Dmtrr.h93 return MTRR_TYPE_UNCACHABLE;
/linux-master/arch/x86/kvm/
H A Dmtrr.c132 return MTRR_TYPE_UNCACHABLE;
651 if (curr_type == MTRR_TYPE_UNCACHABLE)
652 return MTRR_TYPE_UNCACHABLE;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c178 mtrr_overwrite_state(var, reg, MTRR_TYPE_UNCACHABLE);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7680 return MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT;
7689 return (MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT) |

Completed in 207 milliseconds