Lines Matching defs:mode
63 /* Recompute the status only in native mode */
350 enum prefault_modes mode = -1;
353 mode = CXL_PREFAULT_NONE;
357 /* only allowed when not in radix mode */
359 mode = CXL_PREFAULT_WED;
361 mode = CXL_PREFAULT_ALL;
367 if (mode == -1)
370 afu->prefault_mode = mode;
391 int old_mode, mode = -1;
400 mode = CXL_MODE_DEDICATED;
402 mode = CXL_MODE_DIRECTED;
404 mode = 0;
406 if (mode == -1) {
423 if ((rc = cxl_ops->afu_activate_mode(afu, mode)))
460 __ATTR_RW(mode),
620 cr->config_attr.attr.mode = S_IRUSR;
693 afu->attr_eb.attr.mode = S_IRUGO;