Searched refs:l3_shift (Results 1 – 2 of 2) sorted by relevance
233 void get_cache_shift(uint32_t *l2_shift, uint32_t *l3_shift);239 uint32_t l2_shift, l3_shift; in get_cache_id() local242 get_cache_shift(&l2_shift, &l3_shift); in get_cache_id()252 *l3_id = apicid >> l3_shift; in get_cache_id()
147 void get_cache_shift(uint32_t *l2_shift, uint32_t *l3_shift) in get_cache_shift() argument152 *l3_shift = 0U; in get_cache_shift()173 *l3_shift = shift; in get_cache_shift()
Completed in 6 milliseconds