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

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

Completed in 35 milliseconds