Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dpage.h150 #define NR_PA_HIGHBIT_SHIFT (MAX_PA_WIDTH - CHIP_LOG_NUM_MSHIMS()) macro
152 #define __pa_to_highbits(pa) ((phys_addr_t)(pa) >> NR_PA_HIGHBIT_SHIFT)
153 #define __pfn_to_highbits(pfn) ((pfn) >> (NR_PA_HIGHBIT_SHIFT - PAGE_SHIFT))
/arch/tile/mm/
Dinit.c96 pfn &= ~(-1UL << (NR_PA_HIGHBIT_SHIFT - PAGE_SHIFT)); in get_prealloc_pte()