• Home
  • Raw
  • Download

Lines Matching full:dcss

190  * Perform a function on a dcss segment.
269 pr_warn("Querying a DCSS type failed with rc=%ld\n", vmrc); in query_segment_type()
436 strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); in __segment_load()
461 pr_warn("Loading DCSS %s failed with rc=%ld\n", name, end_addr); in __segment_load()
475 pr_info("DCSS %s of range %p to %p and type %s loaded as " in __segment_load()
479 pr_info("DCSS %s of range %p to %p and type %s loaded in " in __segment_load()
496 * this function loads a DCSS segment
497 * name : name of the DCSS
498 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
499 * 1 indicates that the dcss should be exclusive for this linux image
508 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
544 * this function modifies the shared state of a DCSS segment. note that
545 * name : name of the DCSS
546 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
547 * 1 indicates that the dcss should be exclusive for this linux image
553 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
571 pr_info("DCSS %s is already in the requested access " in segment_modify_shared()
577 pr_warn("DCSS %s is in use and cannot be reloaded\n", name); in segment_modify_shared()
590 pr_warn("DCSS %s overlaps with used memory resources and cannot be reloaded\n", in segment_modify_shared()
609 pr_warn("Reloading DCSS %s failed with rc=%ld\n", in segment_modify_shared()
633 * Decrease the use count of a DCSS segment and remove
649 pr_err("Unloading unknown DCSS %s failed\n", name); in segment_unload()
682 pr_err("Saving unknown DCSS %s failed\n", name); in segment_save()
697 pr_err("Saving a DCSS failed with DEFSEG response code " in segment_save()
703 pr_err("Saving a DCSS failed with SAVESEG response code " in segment_save()
719 pr_err("DCSS %s cannot be loaded or queried\n", seg_name); in segment_warning()
722 pr_err("DCSS %s cannot be loaded or queried without " in segment_warning()
726 pr_err("Loading or querying DCSS %s resulted in a " in segment_warning()
730 pr_err("DCSS %s has multiple page ranges and cannot be " in segment_warning()
734 pr_err("DCSS %s overlaps with used storage and cannot " in segment_warning()
742 pr_err("DCSS %s is already loaded in a different access " in segment_warning()
747 "DCSS %s\n", seg_name); in segment_warning()
750 pr_err("DCSS %s exceeds the kernel mapping range (%lu) " in segment_warning()