Lines Matching full:dcss
130 * Perform a function on a dcss segment.
192 pr_warn("Querying a DCSS type failed with rc=%ld\n", vmrc); in query_segment_type()
329 strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); in __segment_load()
359 pr_warn("Loading DCSS %s failed with rc=%ld\n", name, end_addr); in __segment_load()
373 pr_info("DCSS %s of range %px to %px and type %s loaded as " in __segment_load()
377 pr_info("DCSS %s of range %px to %px and type %s loaded in " in __segment_load()
395 * this function loads a DCSS segment
396 * name : name of the DCSS
397 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
398 * 1 indicates that the dcss should be exclusive for this linux image
406 * -EBUSY : segment cannot be used (overlaps with dcss or storage)
442 * this function modifies the shared state of a DCSS segment. note that
443 * name : name of the DCSS
444 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
445 * 1 indicates that the dcss should be exclusive for this linux image
451 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
469 pr_info("DCSS %s is already in the requested access " in segment_modify_shared()
475 pr_warn("DCSS %s is in use and cannot be reloaded\n", name); in segment_modify_shared()
488 pr_warn("DCSS %s overlaps with used memory resources and cannot be reloaded\n", in segment_modify_shared()
507 pr_warn("Reloading DCSS %s failed with rc=%ld\n", in segment_modify_shared()
531 * Decrease the use count of a DCSS segment and remove
547 pr_err("Unloading unknown DCSS %s failed\n", name); in segment_unload()
580 pr_err("Saving unknown DCSS %s failed\n", name); in segment_save()
595 pr_err("Saving a DCSS failed with DEFSEG response code " in segment_save()
601 pr_err("Saving a DCSS failed with SAVESEG response code " in segment_save()
617 pr_err("DCSS %s cannot be loaded or queried\n", seg_name); in segment_warning()
620 pr_err("DCSS %s cannot be loaded or queried without " in segment_warning()
624 pr_err("Loading or querying DCSS %s resulted in a " in segment_warning()
628 pr_err("DCSS %s has multiple page ranges and cannot be " in segment_warning()
636 pr_err("DCSS %s is already loaded in a different access " in segment_warning()
641 "DCSS %s\n", seg_name); in segment_warning()
646 pr_err("DCSS %s exceeds the kernel mapping range (%llu) " in segment_warning()