Searched defs:P2SEGADDR (Results 1 – 2 of 2) sorted by relevance
37 #define P2SEGADDR(a) \ macro48 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
34 #define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro