Searched refs:CACHELINE_SIZE (Results 1 – 4 of 4) sorted by relevance
140 #define CACHELINE_SIZE 64 macro146 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
56 #define CACHELINE_SIZE 64 macro57 #define QM_CONTEXTA_MAX_STASH_SIZE (3 * CACHELINE_SIZE)
1366 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()
1280 #define CACHELINE_SIZE 64 macro1286 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \