Home
last modified time | relevance | path

Searched refs:CACHEID_ASID_TAGGED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dcachetype.h9 #define CACHEID_ASID_TAGGED (1 << 3) macro
19 #define icache_is_vivt_asid_tagged() cacheid_is(CACHEID_ASID_TAGGED)
31 CACHEID_ASID_TAGGED |\
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c322 cacheid |= CACHEID_ASID_TAGGED; in cacheid_init()