Home
last modified time | relevance | path

Searched refs:__NR_cacheflush (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/cacheflush/
H A Dcacheflush01.c6 #if __NR_cacheflush != __LTP__NR_INVALID_SYSCALL
48 TST_EXP_PASS(tst_syscall(__NR_cacheflush, addr, getpagesize(), tc->cache), in test_cacheflush()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dcpu-mips64.cc36 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
/third_party/node/deps/v8/src/codegen/mips/
H A Dcpu-mips.cc36 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2181 pub const __NR_cacheflush: u32 = 5197; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2123 pub const __NR_cacheflush: u32 = 4147; consts

Completed in 31 milliseconds