Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/ !
H A Dmtrr.c45 static_assert(X86_MEMTYPE_UC == MTRR_TYPE_UNCACHABLE);
/linux/arch/x86/include/asm/ !
H A Dvmx.h544 #define VMX_EPTP_MT_UC X86_MEMTYPE_UC
H A Dmsr-index.h46 #define X86_MEMTYPE_UC 0ull /* Uncacheable, a.k.a. Strong Uncacheable */ macro
/linux/arch/x86/mm/pat/ !
H A Dmemtype.c190 case X86_MEMTYPE_UC: cache = CM(UC); cache_mode = "UC "; break; in pat_get_cache_mode()
/linux/arch/x86/kernel/ !
H A Dkvm.c964 .base_lo = tolud | X86_MEMTYPE_UC, in kvm_init_platform()
/linux/tools/arch/x86/include/asm/ !
H A Dmsr-index.h46 #define X86_MEMTYPE_UC 0ull /* Uncacheable, a.k.a. Strong Uncacheable */ macro