Home
last modified time | relevance | path

Searched refs:CACHELINE_MASK (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h149 #define CACHELINE_MASK (CACHELINE - 1) macro
153 (((s) + CACHELINE_MASK) & ~CACHELINE_MASK)
/external/mesa3d/src/intel/common/
Dgen_clflush.h28 #define CACHELINE_MASK 63 macro
39 void *p = (void *) (((uintptr_t) start) & ~CACHELINE_MASK); in gen_clflush_range()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h317 #define CACHELINE_MASK (CACHELINE - 1) macro
321 (((s) + CACHELINE_MASK) & ~CACHELINE_MASK)
Djemalloc_internal.h.in317 #define CACHELINE_MASK (CACHELINE - 1) macro
321 (((s) + CACHELINE_MASK) & ~CACHELINE_MASK)
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c911 void *p = (void *) (((uintptr_t) inst) & ~CACHELINE_MASK); in anv_cmd_buffer_add_secondary()