Searched refs:_PAGE_STRIPE (Results 1 – 1 of 1) sorted by relevance
1318 #define _PAGE_STRIPE (1 << (RT_PAGE_MAX_ORDER + ARCH_PAGE_SHIFT - 1)) macro1341 iter = RT_ALIGN((rt_ubase_t)inst_head, _PAGE_STRIPE); in rt_page_install()1345 for (rt_ubase_t next = iter + _PAGE_STRIPE; next < inst_end; in rt_page_install()1346 iter = next, next += _PAGE_STRIPE) in rt_page_install()
Completed in 10 milliseconds