Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c162 uintptr_t cache_line_base = start & ~0x3F; in shared_cacheline_demote() local
164 _cldemote((void *)cache_line_base); in shared_cacheline_demote()
166 cache_line_base += 64; in shared_cacheline_demote()
167 } while (cache_line_base < start + size); in shared_cacheline_demote()

Completed in 12 milliseconds