Searched defs:ASID_MASK (Results 1 – 5 of 5) sorted by relevance
71 #define ASID_MASK 0xfc0 macro76 #define ASID_MASK 0xff0 macro81 #define ASID_MASK 0xff macro
21 #define ASID_MASK ((~0ULL) << ASID_BITS) macro
39 #define ASID_MASK (~GENMASK(asid_bits - 1, 0)) macro
40 #define ASID_MASK 0xff0 macro
50 #define ASID_MASK ((1 << XCHAL_MMU_ASID_BITS) - 1) macro