Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/arm64/
HDcpufunc_asm.S58 adrp x3, idcache_line_size /* Load the I & D cache line size */
59 ldr x3, [x3, :lo12:idcache_line_size]
HDidentcpu.c2254 int64_t idcache_line_size; /* The minimum cache line size */ variable
2841 idcache_line_size = MIN(dcache_line_size, icache_line_size); in identify_cache()
/freebsd-14-stable/sys/arm64/include/
HDcpufunc.h168 extern int64_t idcache_line_size;
/freebsd-14-stable/sys/riscv/riscv/
HDmachdep.c119 int64_t idcache_line_size; /* The minimum cache line size */ variable
341 idcache_line_size = 0; in cache_setup()