Home
last modified time | relevance | path

Searched refs:MTRR_TYPE_WRTHROUGH (Results 1 – 6 of 6) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dmtrr.c46 #define WT MTRR_TYPE_WRTHROUGH
286 ((1 << MTRR_TYPE_WRTHROUGH) | (1 << MTRR_TYPE_WRBACK)) ) in get_mtrr_type()
287 return MTRR_TYPE_WRTHROUGH; in get_mtrr_type()
389 case MTRR_TYPE_WRTHROUGH: in valid_mtrr_type()
892 if ( (gmtrr_mtype == MTRR_TYPE_WRTHROUGH && in epte_get_entry_emt()
895 hmtrr_mtype == MTRR_TYPE_WRTHROUGH) ) in epte_get_entry_emt()
/xen/xen/include/asm-x86/
A Dmtrr.h9 #define MTRR_TYPE_WRTHROUGH 4 macro
/xen/xen/arch/x86/cpu/mtrr/
A Dmain.c168 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
169 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
A Dgeneric.c132 [MTRR_TYPE_WRTHROUGH] = "write-through", in mtrr_attrib_to_str()
/xen/xen/drivers/video/
A Dvesa.c157 MTRR_TYPE_WRCOMB, MTRR_TYPE_WRTHROUGH }; in vesa_mtrr_init()
/xen/xen/arch/x86/mm/
A Dp2m-ept.c1302 [MTRR_TYPE_WRTHROUGH] = "WT", in memory_type_to_str()

Completed in 14 milliseconds