Home
last modified time | relevance | path

Searched defs:CACHE_INCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h17 CACHE_INCLUSIVE = (1 << 2), /* include the inner level caches */ enumerator
/openbmc/qemu/target/i386/
H A Dcpu.c231 #define CACHE_INCLUSIVE (1 << 1) macro