OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICACHE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/rump/kern/lib/libsljit/arch/mips/
sljit_rump.c
43
return _cacheflush(addr, (size_t)len,
ICACHE
);
/src/sys/arch/mips/include/
cachectl.h
45
#define
ICACHE
0x01 /* invalidate I-cache */
47
#define BCACHE (
ICACHE
|DCACHE) /* invalidate both caches, as above */
sljit_machdep.h
49
(void)_cacheflush((void*)(from), (size_t)((to) - (from)),
ICACHE
)
/src/sys/arch/mips/mips/
sys_machdep.c
107
case
ICACHE
:
137
if (whichcache &
ICACHE
) {
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025