Home
last modified time | relevance | path

Searched refs:CACHE_PAT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dcacheinfo.h8 #define CACHE_PAT 0x02 macro
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c79 memory_caching_control &= ~CACHE_PAT; in pat_disable()
364 memory_caching_control |= CACHE_PAT; in pat_bp_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1135 if (memory_caching_control & CACHE_PAT) in cache_cpu_init()