Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1431 sbuf_printf(sb, "%u byte I-cacheline,", CTR_ILINE_SIZE(reg)); in print_ctr_fields()
1668 icache_line_size = CTR_ILINE_SIZE(ctr); in identify_cache()
1678 if (icache_line_size != CTR_ILINE_SIZE(ctr)) { in identify_cache()
1680 icache_line_size, CTR_ILINE_SIZE(ctr)); in identify_cache()
/f-stack/freebsd/arm64/include/
H A Darmreg.h122 #define CTR_ILINE_SIZE(reg) (4 << (CTR_ILINE_VAL(reg) >> CTR_ILINE_SHIFT)) macro