Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dmmzone.h36 extern int highbits_to_node[];
40 return highbits_to_node[__pfn_to_highbits(pfn)]; in pfn_to_nid()
/arch/tile/kernel/
Dsetup.c88 int highbits_to_node[NR_PA_HIGHBIT_VALUES] __write_once; variable
89 EXPORT_SYMBOL(highbits_to_node);
423 highbits_to_node[j] = i; in setup_memory()