| * This file is auto-generated. Modifications will be lost. |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| #ifndef _UAPI_LINUX_RSEQ_H |
| #define _UAPI_LINUX_RSEQ_H |
| #include <asm/byteorder.h> |
| RSEQ_CPU_ID_UNINITIALIZED = - 1, |
| RSEQ_CPU_ID_REGISTRATION_FAILED = - 2, |
| RSEQ_FLAG_UNREGISTER = (1 << 0), |
| RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT_BIT = 0, |
| RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL_BIT = 1, |
| RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE_BIT = 2, |
| RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT = (1U << RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT_BIT), |
| RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL = (1U << RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL_BIT), |
| RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE = (1U << RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE_BIT), |
| __u64 post_commit_offset; |
| } __attribute__((aligned(4 * sizeof(__u64)))); |
| } __attribute__((aligned(4 * sizeof(__u64)))); |