OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sys_cacheflush
(Results
1 - 17
of
17
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h
47
inline system call to
SYS_cacheflush
. */
53
__asm __volatile ("swi 0x9f0002 @
sys_cacheflush
" \
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h
47
inline system call to
SYS_cacheflush
. */
53
__asm __volatile ("swi 0x9f0002 @
sys_cacheflush
" \
/external/strace/linux/
syscall.h
330
int
sys_cacheflush
();
341
int
sys_cacheflush
();
/external/libffi/src/m68k/
ffi.c
269
syscall(
SYS_cacheflush
, codeloc, FLUSH_SCOPE_LINE,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h
210
/* Allow flushing all cache on m68k (
sys_cacheflush
) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h
210
/* Allow flushing all cache on m68k (
sys_cacheflush
) */
/external/kernel-headers/original/asm-arm/
cacheflush.h
309
* This is used for the ARM private
sys_cacheflush
system call.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h
236
/* Allow flushing all cache on m68k (
sys_cacheflush
) */
/external/strace/
ChangeLog
514
sh: Add support for tracing
sys_cacheflush
system call
515
* linux/sh/syscallent.h: Update
sys_cacheflush
entry.
516
* linux/syscall.h [SH] (
sys_cacheflush
): New function declaration.
518
[SH] (
sys_cacheflush
): New function.
633
* linux/syscall.h: Add
sys_cacheflush
() decl.
[
all
...]
system.c
293
sys_cacheflush
(tcp)
function
346
sys_cacheflush
(struct tcb *tcp)
function
379
sys_cacheflush
(struct tcb *tcp)
function
[
all
...]
ChangeLog-CVS
[
all
...]
/external/kernel-headers/original/linux/
capability.h
258
/* Allow flushing all cache on m68k (
sys_cacheflush
) */
/external/strace/linux/sh/
syscallent.h
156
{ 3, 0,
sys_cacheflush
, "cacheflush" }, /* 123 */
/external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c
392
DECL_TEMPLATE(arm_linux,
sys_cacheflush
);
[
all
...]
syswrap-mips32-linux.c
415
DECL_TEMPLATE (mips_linux,
sys_cacheflush
);
[
all
...]
/bionic/libc/include/sys/
glibc-syscalls.h
362
#define
SYS_cacheflush
__NR_cacheflush
[
all
...]
/external/libffi/
ChangeLog
120
directly using the
sys_cacheflush
syscall.
[
all
...]
Completed in 293 milliseconds