HomeSort by: relevance | last modified time | path
    Searched defs:CACHELINE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
ofwreal.S 50 #define CACHELINE 32 /* Note that this value is really
216 li %r6,CACHELINE
  /src/lib/libc/stdlib/
jemalloc.c 313 #define CACHELINE ((size_t)(1 << CACHELINE_2POW))
743 * pages are carved up in cacheline-size quanta, so that there is no chance of
903 /* Return the smallest cacheline multiple that is >= s. */
905 (((s) + (CACHELINE - 1)) & ~(CACHELINE - 1))
1068 /* Round size up to nearest multiple of the cacheline size. */

Completed in 17 milliseconds