XFEATURE_MASK_LBR
xsaves(&xsave->xsave, XFEATURE_MASK_LBR);
xrstors(&task_ctx->xsave, XFEATURE_MASK_LBR);
xsaves(&task_ctx->xsave, XFEATURE_MASK_LBR);
#define XFEATURE_MASK_INDEPENDENT (XFEATURE_MASK_LBR)
return fpu_kernel_cfg.independent_features & ~XFEATURE_MASK_LBR;