Searched refs:USER_START (Results 1 – 3 of 3) sorted by relevance
83 #define USER_START (0UL) macro84 #define USER_END (USER_START + VALID_EA_BITS)
529 if ((ea >= USER_START) && (ea <= USER_END)) in flush_hash_page()
2206 else if ( ( ea >= USER_START ) && ( ea <= USER_END ) ) { in mem_translate()