HomeSort by: relevance | last modified time | path
    Searched defs:setshift (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
cpufunc.c 315 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_wb_all
317 setshift = ffs(cunit->cache_line_size) - 1;
322 x = (way << wayshift) | (set << setshift) |
333 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_wbinv_all
335 setshift = ffs(cunit->cache_line_size) - 1;
340 x = (way << wayshift) | (set << setshift) |
351 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_inv_all
353 setshift = ffs(cunit->cache_line_size) - 1;
358 x = (way << wayshift) | (set << setshift) |
cpufunc.c 315 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_wb_all
317 setshift = ffs(cunit->cache_line_size) - 1;
322 x = (way << wayshift) | (set << setshift) |
333 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_wbinv_all
335 setshift = ffs(cunit->cache_line_size) - 1;
340 x = (way << wayshift) | (set << setshift) |
351 unsigned int set, way, setshift, wayshift; local in function:ln_dcache_inv_all
353 setshift = ffs(cunit->cache_line_size) - 1;
358 x = (way << wayshift) | (set << setshift) |

Completed in 23 milliseconds