PR_RSEQ_SLICE_EXT_ENABLE
return current->rseq.slice.state.enabled ? PR_RSEQ_SLICE_EXT_ENABLE : 0;
bool enable = !!(arg3 & PR_RSEQ_SLICE_EXT_ENABLE);
if (arg3 & ~PR_RSEQ_SLICE_EXT_ENABLE)
PR_RSEQ_SLICE_EXT_ENABLE, 0, 0), 0);