Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc46 #if !defined(PR_SET_VMA)
47 #define PR_SET_VMA 0x53564d41 macro
146 PR_SET_VMA, PR_SET_TIMERSLACK_PID in RestrictPrctl()
/external/strace/
Dprctl.c211 # ifndef PR_SET_VMA in SYS_FUNC()
212 # define PR_SET_VMA 0x53564d41 in SYS_FUNC() macro
217 case PR_SET_VMA: in SYS_FUNC()