Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm64/arm64/
HDmachdep.c854 int dcache_line_shift, icache_line_shift, dczva_line_shift; in cache_setup() local
866 icache_line_shift = CTR_ILINE_SIZE(ctr_el0); in cache_setup()
867 icache_line_size = sizeof(int) << icache_line_shift; in cache_setup()