Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dcpufunc.h218 extern int64_t dczva_line_size;
/f-stack/freebsd/arm64/arm64/
H A Dbzero.S67 ldr x7, =dczva_line_size
H A Dsupport.S249 ldr x2, =dczva_line_size
H A Dmachdep.c118 int64_t dczva_line_size; /* The size of cache line the dc zva zeroes */ variable
1170 dczva_line_size = 0; in cache_setup()
1174 dczva_line_size = sizeof(int) << dczva_line_shift; in cache_setup()