SECCOMP_REG       107 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx)    SECCOMP_REG(_ctx, REG_EAX)
SECCOMP_REG       108 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_SYSCALL(_ctx)   SECCOMP_REG(_ctx, REG_EAX)
SECCOMP_REG       109 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_IP(_ctx)        SECCOMP_REG(_ctx, REG_EIP)
SECCOMP_REG       110 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM1(_ctx)     SECCOMP_REG(_ctx, REG_EBX)
SECCOMP_REG       111 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM2(_ctx)     SECCOMP_REG(_ctx, REG_ECX)
SECCOMP_REG       112 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM3(_ctx)     SECCOMP_REG(_ctx, REG_EDX)
SECCOMP_REG       113 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM4(_ctx)     SECCOMP_REG(_ctx, REG_ESI)
SECCOMP_REG       114 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM5(_ctx)     SECCOMP_REG(_ctx, REG_EDI)
SECCOMP_REG       115 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM6(_ctx)     SECCOMP_REG(_ctx, REG_EBP)
SECCOMP_REG       134 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx)    SECCOMP_REG(_ctx, REG_RAX)
SECCOMP_REG       135 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_SYSCALL(_ctx)   SECCOMP_REG(_ctx, REG_RAX)
SECCOMP_REG       136 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_IP(_ctx)        SECCOMP_REG(_ctx, REG_RIP)
SECCOMP_REG       137 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM1(_ctx)     SECCOMP_REG(_ctx, REG_RDI)
SECCOMP_REG       138 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM2(_ctx)     SECCOMP_REG(_ctx, REG_RSI)
SECCOMP_REG       139 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM3(_ctx)     SECCOMP_REG(_ctx, REG_RDX)
SECCOMP_REG       140 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM4(_ctx)     SECCOMP_REG(_ctx, REG_R10)
SECCOMP_REG       141 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM5(_ctx)     SECCOMP_REG(_ctx, REG_R8)
SECCOMP_REG       142 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM6(_ctx)     SECCOMP_REG(_ctx, REG_R9)
SECCOMP_REG       172 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx)    SECCOMP_REG(_ctx, r0)
SECCOMP_REG       173 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_SYSCALL(_ctx)   SECCOMP_REG(_ctx, r7)
SECCOMP_REG       174 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_IP(_ctx)        SECCOMP_REG(_ctx, pc)
SECCOMP_REG       175 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM1(_ctx)     SECCOMP_REG(_ctx, r0)
SECCOMP_REG       176 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM2(_ctx)     SECCOMP_REG(_ctx, r1)
SECCOMP_REG       177 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM3(_ctx)     SECCOMP_REG(_ctx, r2)
SECCOMP_REG       178 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM4(_ctx)     SECCOMP_REG(_ctx, r3)
SECCOMP_REG       179 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM5(_ctx)     SECCOMP_REG(_ctx, r4)
SECCOMP_REG       180 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_PARM6(_ctx)     SECCOMP_REG(_ctx, r5)