Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dmmu.h27 #define ASID(mm) ((unsigned int)((mm)->context.id.counter & ~ASID_MASK)) macro
29 #define ASID(mm) (0) macro