Searched refs:SECCOMP_IP (Results 1 – 2 of 2) sorted by relevance
35 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP) macro97 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP) macro135 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, pc) macro204 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc macro261 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc macro
184 if (sigsys.ip != reinterpret_cast<void*>(SECCOMP_IP(ctx)) || in SigSys()