Searched refs:P3SEGADDR (Results 1 – 2 of 2) sorted by relevance
39 #define P3SEGADDR(a) \ macro49 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
36 #define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro