Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h140 #define CACHELINE_SIZE 64 macro
146 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
/f-stack/freebsd/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)) in CheckStashParams()
1367 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("FQ Context Address Must be aligned to %d", CACHELINE_SIZE)); in CheckStashParams()
1999 …ashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELINE_SIZE); in QM_FQR_Create()
2000 … cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE); in QM_FQR_Create()
2001 … cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams.fqContextSize, CACHELINE_SIZE); in QM_FQR_Create()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1280 #define CACHELINE_SIZE 64 macro
1286 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \