Home
last modified time | relevance | path

Searched refs:CACHE_INCLUSIVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dcacheflush.h24 return cdesc->flags & CACHE_INCLUSIVE; in cache_inclusive()
H A Dcpu-info.h17 CACHE_INCLUSIVE = (1 << 2), /* include the inner level caches */ enumerator
/openbmc/linux/arch/loongarch/mm/
H A Dcache.c105 cdesc->flags |= CACHE_INCLUSIVE; \
/openbmc/qemu/target/i386/
H A Dcpu.c231 #define CACHE_INCLUSIVE (1 << 1) macro
301 (cache->inclusive ? CACHE_INCLUSIVE : 0) | in encode_cache_cpuid4()
506 (cache->inclusive ? CACHE_INCLUSIVE : 0) | in encode_cache_cpuid8000001d()
7093 *edx &= CACHE_NO_INVD_SHARING | CACHE_INCLUSIVE; in cpu_x86_cpuid()