Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dflush.t2 use Memoize qw(flush_cache memoize);
14 ok eval { flush_cache('VAL'); 1 }, 'flusing the cache by name works';
20 ok eval { flush_cache(\&VAL); 1 }, 'flusing the cache by name works';
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm115 sub flush_cache { subroutine
/openbsd-src/sys/dev/ic/
H A Dqwxvar.h754 struct hal_reo_status_flush_cache flush_cache; member
H A Dqwx.c17307 status->u.flush_cache.err_detected = FIELD_GET( in qwx_hal_reo_flush_cache_status()
17309 status->u.flush_cache.err_code = FIELD_GET( in qwx_hal_reo_flush_cache_status()
17311 if (!status->u.flush_cache.err_code) in qwx_hal_reo_flush_cache_status()
17314 status->u.flush_cache.cache_controller_flush_status_hit = FIELD_GET( in qwx_hal_reo_flush_cache_status()
17317 status->u.flush_cache.cache_controller_flush_status_desc_type = in qwx_hal_reo_flush_cache_status()
17320 status->u.flush_cache.cache_controller_flush_status_client_id = in qwx_hal_reo_flush_cache_status()
17323 status->u.flush_cache.cache_controller_flush_status_err = in qwx_hal_reo_flush_cache_status()
17326 status->u.flush_cache.cache_controller_flush_status_cnt =
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.34147 (barrier, insn_group_barrier, flush_cache): Likewise.