Searched defs:P1SEGADDR (Results 1 – 2 of 2) sorted by relevance
35 #define P1SEGADDR(a) \ macro47 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
32 #define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro