PR_CFI_LOCK
#define PR_CFI_SUPPORTED_STATUS_MASK (PR_CFI_ENABLE | PR_CFI_DISABLE | PR_CFI_LOCK)
fcfi_status |= (is_indir_lp_locked(t) ? PR_CFI_LOCK : 0);
if (arg3 & PR_CFI_LOCK && !(arg3 & PR_CFI_DISABLE))