Home
last modified time | relevance | path

Searched refs:TARGET_NR_cacheflush (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h9 #define TARGET_NR_cacheflush (TARGET_NR_arch_specific_syscall) macro
/openbmc/qemu/linux-user/
H A Dstrace.list58 #ifdef TARGET_NR_cacheflush
59 { TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
H A Dsyscall.c12320 #ifdef TARGET_NR_cacheflush in _syscall2()
12321 case TARGET_NR_cacheflush: in _syscall2()