Home
last modified time | relevance | path

Searched refs:KRANGE_START (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h77 #define KRANGE_START KERNELBASE macro
78 #define KRANGE_END (KRANGE_START + VALID_EA_BITS)
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c2190 if ((ea >= KRANGE_START) && (ea <= (KRANGE_START + (1UL<<60)))) { in mem_translate()