Searched refs:CACHELINE_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dcompiler.h140 #define CACHELINE_SIZE 64 macro
146 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h56 #define CACHELINE_SIZE 64 macro
57 #define QM_CONTEXTA_MAX_STASH_SIZE (3 * CACHELINE_SIZE)
H A Dqm_portal_fqr.c1366 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))
1367 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("FQ Context Address Must be aligned to %d", CACHELINE_SIZE));
1999 cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELINE_SIZE);
2000 cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE);
2001 cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams.fqContextSize, CACHELINE_SIZE);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1280 #define CACHELINE_SIZE 64 macro
1286 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
[all...]

Completed in 176 milliseconds