Searched refs:hash_end (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c1046 static unsigned hash_end; variable
1056 hash_end = 0xfffff000;
1059 scanhex(&hash_end);
1062 for (seg = hash_start >> 28; seg <= hash_end >> 28; ++seg) {
1064 if (seg_end > hash_end)
1065 seg_end = hash_end;

Completed in 53 milliseconds