Home
last modified time | relevance | path

Searched refs:DSO__DATA_CACHE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Ddso.h126 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1) macro
H A Ddso.c954 u64 cache_offset = offset & DSO__DATA_CACHE_MASK; in dso_cache__populate()