Home
last modified time | relevance | path

Searched refs:TARGET_NR_munlockall (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dstrace.list667 #ifdef TARGET_NR_munlockall
668 { TARGET_NR_munlockall, "munlockall" , "%s()", NULL, NULL },
H A Dsyscall.c10665 #ifdef TARGET_NR_munlockall in _syscall2()
10666 case TARGET_NR_munlockall: in _syscall2()