Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1430 sbuf_printf(sb, "%u byte D-cacheline,", CTR_DLINE_SIZE(reg)); in print_ctr_fields()
1666 dcache_line_size = CTR_DLINE_SIZE(ctr); in identify_cache()
1673 if (dcache_line_size != CTR_DLINE_SIZE(ctr)) { in identify_cache()
1675 dcache_line_size, CTR_DLINE_SIZE(ctr)); in identify_cache()
/f-stack/freebsd/arm64/include/
H A Darmreg.h111 #define CTR_DLINE_SIZE(reg) (4 << (CTR_DLINE_VAL(reg) >> CTR_DLINE_SHIFT)) macro