Searched refs:rt_hw_clz (Results 1 – 1 of 1) sorted by relevance
426 rt_weak int rt_hw_clz(unsigned long n) in rt_hw_clz() function438 int bit = sizeof(rt_size_t) * 8 - rt_hw_clz(size) - 1; in rt_page_bits()1097 ARCH_ADDRESS_WIDTH_BITS - 1 - rt_hw_clz(region.end - region.start); in _install_page()
Completed in 11 milliseconds