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()
327 strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); in __segment_load()
357 pr_warn("Loading DCSS %s failed with rc=%ld\n", name, end_addr); in __segment_load()
371 pr_info("DCSS %s of range %px to %px and type %s loaded as " in __segment_load()
375 pr_info("DCSS %s of range %px to %px and type %s loaded in " in __segment_load()
393 * this function loads a DCSS segment
394 * name : name of the DCSS
395 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
396 * 1 indicates that the dcss should be exclusive for this linux image
404 * -EBUSY : segment cannot be used (overlaps with dcss or storage)
440 * this function modifies the shared state of a DCSS segment. note that
441 * name : name of the DCSS
442 * do_nonshared : 0 indicates that the dcss should be shared with other linux images
443 * 1 indicates that the dcss should be exclusive for this linux image
449 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
467 pr_info("DCSS %s is already in the requested access " in segment_modify_shared()
473 pr_warn("DCSS %s is in use and cannot be reloaded\n", name); in segment_modify_shared()
486 pr_warn("DCSS %s overlaps with used memory resources and cannot be reloaded\n", in segment_modify_shared()
505 pr_warn("Reloading DCSS %s failed with rc=%ld\n", in segment_modify_shared()
529 * Decrease the use count of a DCSS segment and remove
545 pr_err("Unloading unknown DCSS %s failed\n", name); in segment_unload()
578 pr_err("Saving unknown DCSS %s failed\n", name); in segment_save()
593 pr_err("Saving a DCSS failed with DEFSEG response code " in segment_save()
599 pr_err("Saving a DCSS failed with SAVESEG response code " in segment_save()
615 pr_err("DCSS %s cannot be loaded or queried\n", seg_name); in segment_warning()
618 pr_err("DCSS %s cannot be loaded or queried without " in segment_warning()
622 pr_err("Loading or querying DCSS %s resulted in a " in segment_warning()
626 pr_err("DCSS %s has multiple page ranges and cannot be " in segment_warning()
634 pr_err("DCSS %s is already loaded in a different access " in segment_warning()
639 "DCSS %s\n", seg_name); in segment_warning()
642 pr_err("DCSS %s exceeds the kernel mapping range (%lu) " in segment_warning()