Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/kernel/
Dsetup.c318 unsigned long start, size, end, highbits; in setup_memory() local
348 highbits = __pa_to_highbits(range.start); in setup_memory()
349 if (highbits >= NR_PA_HIGHBIT_VALUES) { in setup_memory()
354 if (highbits_seen[highbits]) { in setup_memory()
359 highbits_seen[highbits] = 1; in setup_memory()