Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/kernel/
Dsetup.c395 unsigned long start, size, end, highbits; in setup_memory() local
424 highbits = __pa_to_highbits(range.start); in setup_memory()
425 if (highbits >= NR_PA_HIGHBIT_VALUES) { in setup_memory()
430 if (highbits_seen[highbits]) { in setup_memory()
435 highbits_seen[highbits] = 1; in setup_memory()