Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dcache.c100 cdesc->flags |= CACHE_PRIVATE; \
103 cdesc->flags |= CACHE_PRIVATE; \
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h16 CACHE_PRIVATE = (1 << 1), /* core private cache */ enumerator
H A Dcacheflush.h19 return cdesc->flags & CACHE_PRIVATE; in cache_private()