Searched refs:__iomem (Results 1 – 4 of 4) sorted by relevance
4 #define __iomem __attribute__((address_space(__iomem))) macro11 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl()25 (obj_t __iomem*)(o); // OK in expl()
4 #define __iomem __attribute__((address_space(2))) macro12 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl()24 (obj_t __iomem*)(o); in expl()
5 #define __iomem __attribute__((noderef, address_space(2))) macro15 void __iomem *a; in bar()
9 * accept casts of __user/__iomem/... pointers to/from uintptr_t