Searched defs:P4SEGADDR (Results 1 – 2 of 2) sorted by relevance
41 #define P4SEGADDR(a) \ macro50 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) macro
38 #define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ macro