Searched refs:cache_pageno (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1164 static Addr cache_pageno[N_CACHE]; local
1177 cache_pageno[ix] = 0;
1189 if ((a >> 12) == cache_pageno[ix]
1201 cache_pageno[ix] = a >> 12;

Completed in 94 milliseconds