CAP_LAST_CAP
#define CAP_VALID_MASK (BIT_ULL(CAP_LAST_CAP+1)-1)
#define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
static const int cap_last_cap = CAP_LAST_CAP;
for (i = 0; i < (CAP_LAST_CAP >> 5); i++) {
u64 ktime_ns_expiration[CAP_LAST_CAP+1];
#if CAP_LAST_CAP > 63
#if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
for (i = 0; i < CAP_LAST_CAP; i++)