Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_cache.h25 void *__cache_fetch_dirty (__ea void *ea, int n_bytes_dirty);
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dcachemgr.c303 __cache_fetch_dirty (__ea void *ea, int n_bytes_dirty) in __cache_fetch_dirty() function
411 return __cache_fetch_dirty (ea, 0); in __cache_fetch()