Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dsetup.c317 unsigned long start, size, end, highbits; in setup_memory() local
347 highbits = __pa_to_highbits(range.start); in setup_memory()
348 if (highbits >= NR_PA_HIGHBIT_VALUES) { in setup_memory()
353 if (highbits_seen[highbits]) { in setup_memory()
358 highbits_seen[highbits] = 1; in setup_memory()