Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcache.h35 #define L1_CACHE_BYTES CACHE_LINE_SIZE macro
38 #define SMP_CACHE_BYTES L1_CACHE_BYTES
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c191 offset = db->index * L1_CACHE_BYTES; in mlx5_alloc_db_from_pgdir()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h81 #define T4_EQ_STATUS_ENTRIES (L1_CACHE_BYTES > 64 ? 2 : 1)
/freebsd/sys/dev/mlx5/
H A Ddriver.h842 MLX5_DB_PER_PAGE = MLX5_ADAPTER_PAGE_SIZE / L1_CACHE_BYTES,