Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Darcregs.h154 #define PAGES_TO_KB(n_pages) ((n_pages) << (PAGE_SHIFT - 10)) macro
155 #define PAGES_TO_MB(n_pages) (PAGES_TO_KB(n_pages) >> 10)