Searched refs:MTRR_TYPE_WRBACK (Results 1 – 10 of 10) sorted by relevance
43 #define WB MTRR_TYPE_WRBACK286 ((1 << MTRR_TYPE_WRTHROUGH) | (1 << MTRR_TYPE_WRBACK)) ) in get_mtrr_type()386 case MTRR_TYPE_WRBACK: in valid_mtrr_type()825 return MTRR_TYPE_WRBACK; in epte_get_entry_emt()837 return MTRR_TYPE_WRBACK; in epte_get_entry_emt()847 return MTRR_TYPE_WRBACK; in epte_get_entry_emt()864 MTRR_TYPE_WRBACK; in epte_get_entry_emt()879 if ( gmtrr_mtype == MTRR_TYPE_WRBACK ) in epte_get_entry_emt()881 if ( hmtrr_mtype == MTRR_TYPE_WRBACK ) in epte_get_entry_emt()
11 #define MTRR_TYPE_WRBACK 6 macro
168 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()169 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
134 [MTRR_TYPE_WRBACK] = "write-back", in mtrr_attrib_to_str()584 || type == MTRR_TYPE_WRBACK)) { in generic_validate_add_page()
156 0, MTRR_TYPE_UNCACHABLE, MTRR_TYPE_WRBACK, in vesa_mtrr_init()
461 if ( !test_bit(11, &mtrr_def) || ((uint8_t)mtrr_def == MTRR_TYPE_WRBACK) ) in mtrr_top_of_ram()478 if ( !test_bit(11, &mask) || ((uint8_t)base != MTRR_TYPE_WRBACK) ) in mtrr_top_of_ram()
41 #define EPT_DEFAULT_MT MTRR_TYPE_WRBACK
59 #define MTRR_TYPE_WRBACK 6 macro1122 mtrr.mtrr.msr_mtrr_def_type = MTRR_TYPE_WRBACK | MTRR_DEF_TYPE_ENABLE; in vcpu_hvm()
1304 [MTRR_TYPE_WRBACK] = "WB", in memory_type_to_str()
545 if ( opt != MTRR_TYPE_WRBACK ) in vmx_init_vmcs_config()
Completed in 22 milliseconds