Searched refs:__NR_cacheflush (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/cacheflush/ |
H A D | cacheflush01.c | 6 #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 D | cpu-mips64.cc | 36 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | cpu-mips.cc | 36 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2181 pub const __NR_cacheflush: u32 = 5197; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2123 pub const __NR_cacheflush: u32 = 4147; consts
|
Completed in 31 milliseconds