Home
last modified time | relevance | path

Searched refs:SYS_munmap (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h18 #define SYS_munmap 215 macro
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h17 #define SYS_munmap 11 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h18 #define SYS_munmap 91 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller67.sh56 syscall(SYS_munmap, 0x10ffa000, 0x3000);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c111 return host_syscall(SYS_munmap, (uintptr_t)addr, len); in host_munmap()
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h168 return syscall(SYS_munmap, addr, length); in Munmap()
/freebsd/sys/sys/
H A Dsyscall.h82 #define SYS_munmap 73 macro
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp128 LIBC_NAMESPACE::syscall_impl<long>(SYS_munmap, stack, stacksize + guardsize); in free_stack()