Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/mtrr/
Dcentaur.c66 *type = MTRR_TYPE_UNCACHABLE; in centaur_get_mcr()
88 if (type == MTRR_TYPE_UNCACHABLE) in centaur_set_mcr()
106 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) { in centaur_validate_add_page()
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()
Dcleanup.c92 if (type != MTRR_TYPE_UNCACHABLE && in x86_get_mtrr_mem_range()
281 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in range_to_mtrr()
402 hole_sizek, MTRR_TYPE_UNCACHABLE); in range_to_mtrr_with_hole()
548 (type == MTRR_TYPE_UNCACHABLE) ? "UC" : in print_out_mtrr_range_state()
576 if (!num[MTRR_TYPE_UNCACHABLE]) in mtrr_need_cleanup()
580 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_need_cleanup()
697 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_cleanup()
894 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_trim_uncached_memory()
940 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.c23 *type = MTRR_TYPE_UNCACHABLE; in amd_get_mtrr()
Dmtrr.c187 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()
188 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dmtrr.h108 #define MTRR_TYPE_UNCACHABLE 0 macro
/linux-6.1.9/arch/x86/kvm/
Dmtrr.c120 return MTRR_TYPE_UNCACHABLE; in mtrr_disabled_type()
652 if (curr_type == MTRR_TYPE_UNCACHABLE) in kvm_mtrr_get_guest_memory_type()
653 return MTRR_TYPE_UNCACHABLE; in kvm_mtrr_get_guest_memory_type()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c7458 return MTRR_TYPE_UNCACHABLE << VMX_EPT_MT_EPTE_SHIFT; in vmx_get_mt_mask()
7467 cache = MTRR_TYPE_UNCACHABLE; in vmx_get_mt_mask()