Home
last modified time | relevance | path

Searched refs:USER_START (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h83 #define USER_START (0UL) macro
84 #define USER_END (USER_START + VALID_EA_BITS)
/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c529 if ((ea >= USER_START) && (ea <= USER_END)) in flush_hash_page()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c2206 else if ( ( ea >= USER_START ) && ( ea <= USER_END ) ) { in mem_translate()