Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dpage.h152 #define __pa_to_highbits(pa) ((phys_addr_t)(pa) >> NR_PA_HIGHBIT_SHIFT) macro
/linux-4.1.27/arch/tile/kernel/
Dsetup.c424 highbits = __pa_to_highbits(range.start); in setup_memory()