Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Didentcpu.c3320 icache_line_size = CTR_ILINE_SIZE(ctr); in identify_cache()
3330 if (icache_line_size != CTR_ILINE_SIZE(ctr)) { in identify_cache()
3332 icache_line_size, CTR_ILINE_SIZE(ctr)); in identify_cache()
/freebsd/sys/arm64/include/
H A Darmreg.h463 #define CTR_ILINE_SIZE(reg) (4 << (CTR_ILINE_VAL(reg) >> CTR_ILINE_SHIFT)) macro