Home
last modified time | relevance | path

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

/third_party/musl/src/mman/
Dmunlock.c6 return syscall(SYS_munlock, addr, len); in munlock()
/third_party/musl/porting/liteos_a/user/src/mman/
Dmunlock.c8 return syscall(SYS_munlock, addr, len); in munlock()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h536 #define SYS_munlock 151 macro