Lines Matching full:segment

86  * Create the 8 bytes, ebcdic VM segment name from
130 * Perform a function on a dcss segment.
161 /* do a diag to get info about a segment.
205 /* multi-part segment. only one type supported here: in query_segment_type()
241 * get info about a segment
245 * -ENOENT : no such segment
246 * -EOPNOTSUPP: multi-part segment cannot be used with linux
248 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h
267 * check if segment collides with other segments that are currently loaded
291 * real segment loading function, called from segment_load
393 * this function loads a DCSS segment
397 * addr : will be filled with start address of the segment
398 * end : will be filled with end address of the segment
402 * -ENOENT : no such segment
403 * -EOPNOTSUPP: multi-part segment cannot be used with linux
404 * -EBUSY : segment cannot be used (overlaps with dcss or storage)
405 * -ERANGE : segment cannot be used (exceeds kernel mapping range)
406 * -EPERM : segment is currently loaded with incompatible permissions
408 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h
440 * this function modifies the shared state of a DCSS segment. note that
445 * -EIO : could not perform load diagnose (segment gone!)
446 * -ENOENT : no such segment (segment gone!)
447 * -EAGAIN : segment is in use by other exploiters, try later
448 * -EINVAL : no segment with the given name is currently loaded - name invalid
449 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
529 * Decrease the use count of a DCSS segment and remove
561 * save segment content permanently