Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dseccomp.h43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/external/minijail/tools/
Dbpf.py72 SECCOMP_RET_USER_NOTIF = 0x7fc00000 variable
136 if ins.k == SECCOMP_RET_USER_NOTIF:
230 super().__init__([SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_USER_NOTIF)])
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c187 #ifndef SECCOMP_RET_USER_NOTIF
188 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3365 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2033 pub const SECCOMP_RET_USER_NOTIF: ::c_uint = 0x7fc00000; constant