Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h82 #define SECCOMP_PT_SYSCALL(_regs) (_regs).orig_eax macro
117 #define SECCOMP_PT_SYSCALL(_regs) (_regs).orig_rax macro
184 #define SECCOMP_PT_SYSCALL(_regs) (_regs).REG_r7 macro
241 #define SECCOMP_PT_SYSCALL(_regs) (_regs).REG_v0 macro
281 #define SECCOMP_PT_SYSCALL(_regs) (_regs).regs[8] macro