Lines Matching defs:x
209 #define BATU_VALID(x) (x & 0x3) argument
210 #define BATU_VADDR(x) (x & 0xfffe0000) argument
211 #define BATL_PADDR(x) ((phys_addr_t)((x & 0xfffe0000) \ argument
214 #define BATU_SIZE(x) (1ULL << (fls((x & BATU_BL_MAX) >> 2) + 17)) argument
217 #define TO_BATU_BL(x) \ argument
393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) argument
395 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) argument
396 #define MAS0_NV(x) ((x) & 0x00000FFF) argument
400 #define MAS1_TID(x) (((x) << 16) & 0x3FFF0000) argument
402 #define MAS1_TSIZE(x) (((x) << 7) & 0x00000F80) argument
403 #define TSIZE_TO_BYTES(x) (1ULL << ((x) + 10)) argument
426 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x) argument
428 #define MAS4_TSIZED(x) MAS1_TSIZE(x) argument