Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_cache.h29 void __cache_touch (__ea void *ea);
35 #define cache_touch(_ea) __cache_touch(_ea)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dcachemgr.c415 __cache_touch (__ea void *ea __attribute__ ((unused))) in __cache_touch() function