Searched refs:P4SEG (Results 1 – 3 of 3) sorted by relevance
18 #define P4SEG 0xe0000000 macro24 #define P4SEG_STORE_QUE (P4SEG)48 #define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
121 #define VMALLOC_END P4SEG
259 if (address >= P3SEG && address < P4SEG) in __do_page_fault()