Searched refs:segtype (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dextmem.h24 int segment_load (char *name, int segtype, unsigned long *addr, unsigned long *length);
/linux-master/arch/s390/mm/
H A Dextmem.c299 int rc, diag_cc, segtype; local
302 segtype = -1;
331 segtype = seg->vm_segtype;
332 if (segtype == SEG_TYPE_SC ||
333 ((segtype == SEG_TYPE_SR || segtype == SEG_TYPE_ER) && !do_nonshared))
391 return rc < 0 ? rc : segtype;

Completed in 158 milliseconds