Home
last modified time | relevance | path

Searched refs:MTRR_TYPE_UNCACHABLE (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c50 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr()
66 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr()
196 case MTRR_TYPE_UNCACHABLE: in cyrix_set_arr()
211 case MTRR_TYPE_UNCACHABLE: in cyrix_set_arr()
H A Dcentaur.c57 *type = MTRR_TYPE_UNCACHABLE; in centaur_get_mcr()
79 if (type == MTRR_TYPE_UNCACHABLE) in centaur_set_mcr()
97 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) { in centaur_validate_add_page()
H A Dcleanup.c75 if (type != MTRR_TYPE_UNCACHABLE && in x86_get_mtrr_mem_range()
255 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in range_to_mtrr()
376 hole_sizek, MTRR_TYPE_UNCACHABLE); in range_to_mtrr_with_hole()
522 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in print_out_mtrr_range_state()
550 if (!num[MTRR_TYPE_UNCACHABLE]) in mtrr_need_cleanup()
554 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_need_cleanup()
674 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_cleanup()
874 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_trim_uncached_memory()
920 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_trim_uncached_memory()
H A Dmtrr.c45 static_assert(X86_MEMTYPE_UC == MTRR_TYPE_UNCACHABLE);
129 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()
130 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
H A Dgeneric.c152 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type()
153 return MTRR_TYPE_UNCACHABLE; in get_effective_type()
160 return MTRR_TYPE_UNCACHABLE; in get_effective_type()
521 return MTRR_TYPE_UNCACHABLE; in mtrr_type_lookup()
527 return MTRR_TYPE_UNCACHABLE; in mtrr_type_lookup()
H A Damd.c23 *type = MTRR_TYPE_UNCACHABLE; in amd_get_mtrr()
/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h100 #define MTRR_TYPE_UNCACHABLE 0 macro
/linux/arch/x86/include/asm/
H A Dmtrr.h79 return MTRR_TYPE_UNCACHABLE; in mtrr_type_lookup()
/linux/arch/x86/xen/
H A Denlighten_pv.c214 guest_force_mtrr_state(var, reg, MTRR_TYPE_UNCACHABLE); in xen_set_mtrr_data()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7926 return MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT; in vmx_get_mt_mask()