Searched refs:MTRR_TYPE_WRBACK (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | cleanup.c | 72 if (type != MTRR_TYPE_WRBACK) in x86_get_mtrr_mem_range() 269 ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other") in range_to_mtrr() 323 state->range_sizek, MTRR_TYPE_WRBACK); in range_to_mtrr_with_hole() 368 range0_sizek, MTRR_TYPE_WRBACK); in range_to_mtrr_with_hole() 380 range_sizek, MTRR_TYPE_WRBACK); in range_to_mtrr_with_hole() 537 ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other")) in print_out_mtrr_range_state() 567 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_need_cleanup() 902 if (type != MTRR_TYPE_WRBACK) in mtrr_trim_uncached_memory() 929 if (!num[MTRR_TYPE_WRBACK]) in mtrr_trim_uncached_memory() 933 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] != in mtrr_trim_uncached_memory()
|
| A D | centaur.c | 59 *type = MTRR_TYPE_WRBACK; in centaur_get_mcr() 61 *type = MTRR_TYPE_WRBACK; in centaur_get_mcr()
|
| A D | cyrix.c | 53 *type = MTRR_TYPE_WRBACK; in cyrix_get_arr() 72 *type = MTRR_TYPE_WRBACK; in cyrix_get_arr()
|
| A D | mtrr.c | 62 static_assert(X86_MEMTYPE_WB == MTRR_TYPE_WRBACK); 144 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 145 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
| A D | generic.c | 154 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type() 155 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type() 316 add_map_entry(BIT_ULL(32), mtrr_tom2, MTRR_TYPE_WRBACK); in map_add_var() 1037 || type == MTRR_TYPE_WRBACK)) { in generic_validate_add_page()
|
| /linux/arch/x86/include/uapi/asm/ |
| A D | mtrr.h | 106 #define MTRR_TYPE_WRBACK 6 macro
|
| /linux/arch/x86/hyperv/ |
| A D | ivm.c | 667 mtrr_overwrite_state(NULL, 0, MTRR_TYPE_WRBACK); in hv_vtom_init()
|
| /linux/arch/x86/kernel/ |
| A D | kvm.c | 986 mtrr_overwrite_state(NULL, 0, MTRR_TYPE_WRBACK); in kvm_init_platform()
|
| /linux/arch/x86/mm/pat/ |
| A D | memtype.c | 372 if (mtrr_type != MTRR_TYPE_WRBACK) in pat_x_mtrr_type()
|
| /linux/arch/x86/xen/ |
| A D | enlighten_pv.c | 198 mtrr_overwrite_state(NULL, 0, MTRR_TYPE_WRBACK); in xen_pv_init_platform()
|
| /linux/arch/x86/kvm/vmx/ |
| A D | vmx.c | 7675 return (MTRR_TYPE_WRBACK << VMX_EPT_MT_EPTE_SHIFT) | VMX_EPT_IPAT_BIT; in vmx_get_mt_mask() 7677 return (MTRR_TYPE_WRBACK << VMX_EPT_MT_EPTE_SHIFT); in vmx_get_mt_mask()
|
Completed in 36 milliseconds