Lines Matching full:dcss
131 * Perform a function on a dcss segment.
194 pr_warn("Querying a DCSS type failed with rc=%ld\n", vmrc); in query_segment_type()
331 strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); in __segment_load()
361 pr_warn("Loading DCSS %s failed with rc=%ld\n", name, end_addr); in __segment_load()
375 pr_info("DCSS %s of range %px to %px and type %s loaded as " in __segment_load()
379 pr_info("DCSS %s of range %px to %px and type %s loaded in " in __segment_load()
397 * this function loads a DCSS segment
398 * name : name of the DCSS
399 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
400 * 1 indicates that the dcss should be exclusive for this linux image
408 * -EBUSY : segment cannot be used (overlaps with dcss or storage)
444 * this function modifies the shared state of a DCSS segment. note that
445 * name : name of the DCSS
446 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
447 * 1 indicates that the dcss should be exclusive for this linux image
453 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
471 pr_info("DCSS %s is already in the requested access " in segment_modify_shared()
477 pr_warn("DCSS %s is in use and cannot be reloaded\n", name); in segment_modify_shared()
490 pr_warn("DCSS %s overlaps with used memory resources and cannot be reloaded\n", in segment_modify_shared()
509 pr_warn("Reloading DCSS %s failed with rc=%ld\n", in segment_modify_shared()
533 * Decrease the use count of a DCSS segment and remove
549 pr_err("Unloading unknown DCSS %s failed\n", name); in segment_unload()
582 pr_err("Saving unknown DCSS %s failed\n", name); in segment_save()
597 pr_err("Saving a DCSS failed with DEFSEG response code " in segment_save()
603 pr_err("Saving a DCSS failed with SAVESEG response code " in segment_save()
619 pr_err("DCSS %s cannot be loaded or queried\n", seg_name); in segment_warning()
622 pr_err("DCSS %s cannot be loaded or queried without " in segment_warning()
626 pr_err("Loading or querying DCSS %s resulted in a " in segment_warning()
630 pr_err("DCSS %s has multiple page ranges and cannot be " in segment_warning()
638 pr_err("DCSS %s is already loaded in a different access " in segment_warning()
643 "DCSS %s\n", seg_name); in segment_warning()
648 pr_err("DCSS %s exceeds the kernel mapping range (%llu) " in segment_warning()