Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dcentaur.c65 *type = MTRR_TYPE_UNCACHABLE; in centaur_get_mcr()
87 if (type == MTRR_TYPE_UNCACHABLE) in centaur_set_mcr()
105 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) { in centaur_validate_add_page()
Dcyrix.c49 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr()
65 *type = MTRR_TYPE_UNCACHABLE; in cyrix_get_arr()
194 case MTRR_TYPE_UNCACHABLE: in cyrix_set_arr()
209 case MTRR_TYPE_UNCACHABLE: in cyrix_set_arr()
Dcleanup.c93 if (type != MTRR_TYPE_UNCACHABLE && in x86_get_mtrr_mem_range()
281 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in range_to_mtrr()
403 hole_sizek, MTRR_TYPE_UNCACHABLE); in range_to_mtrr_with_hole()
549 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in print_out_mtrr_range_state()
577 if (!num[MTRR_TYPE_UNCACHABLE]) in mtrr_need_cleanup()
581 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_need_cleanup()
691 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_cleanup()
888 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_trim_uncached_memory()
934 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_trim_uncached_memory()
Dgeneric.c84 if (*prev == MTRR_TYPE_UNCACHABLE || *curr == MTRR_TYPE_UNCACHABLE) { in check_type_overlap()
85 *prev = MTRR_TYPE_UNCACHABLE; in check_type_overlap()
86 *curr = MTRR_TYPE_UNCACHABLE; in check_type_overlap()
97 *prev = MTRR_TYPE_UNCACHABLE; in check_type_overlap()
98 *curr = MTRR_TYPE_UNCACHABLE; in check_type_overlap()
Damd.c22 *type = MTRR_TYPE_UNCACHABLE; in amd_get_mtrr()
Dmain.c178 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()
179 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
/linux-3.4.99/arch/x86/include/asm/
Dmtrr.h107 #define MTRR_TYPE_UNCACHABLE 0 macro
/linux-3.4.99/drivers/video/
Dvesafb.c409 type = MTRR_TYPE_UNCACHABLE; in vesafb_probe()
Duvesafb.c1550 type = MTRR_TYPE_UNCACHABLE; in uvesafb_init_mtrr()
/linux-3.4.99/arch/x86/kvm/
Dmmu.c2112 if (prev_match == MTRR_TYPE_UNCACHABLE || in get_mtrr_type()
2113 curr_match == MTRR_TYPE_UNCACHABLE) in get_mtrr_type()
2114 return MTRR_TYPE_UNCACHABLE; in get_mtrr_type()
2125 return MTRR_TYPE_UNCACHABLE; in get_mtrr_type()
Dvmx.c6398 ret = MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT;
/linux-3.4.99/drivers/video/aty/
Datyfb_base.c2642 MTRR_TYPE_UNCACHABLE, 1); in aty_init()