Home
last modified time | relevance | path

Searched defs:SECCOMP_PT_SYSCALL (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h164 #define SECCOMP_PT_SYSCALL(_regs) (_regs).orig_eax macro
202 #define SECCOMP_PT_SYSCALL(_regs) (_regs).orig_rax macro
280 #define SECCOMP_PT_SYSCALL(_regs) (_regs).REG_r7 macro