Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h42 #define TARGET_NR_nice 34 macro
/openbmc/qemu/linux-user/
H A Dstrace.list691 #ifdef TARGET_NR_nice
692 { TARGET_NR_nice, "nice" , NULL, NULL, NULL },
H A Dsyscall.c9520 #ifdef TARGET_NR_nice /* not on alpha */ in _syscall2()
9521 case TARGET_NR_nice: in _syscall2()