Lines Matching defs:Segment
43 typedef struct Segment Segment; typedef
447 struct Segment struct
450 QLock lk;
451 ushort steal; /* Page stealer lock */
452 ushort type; /* segment type */
453 ulong base; /* virtual base */
454 ulong top; /* virtual top */
455 ulong size; /* size in pages */
456 ulong fstart; /* start address in file for demand load */
457 ulong flen; /* length of segment in file */
458 int flushme; /* maintain icache for this segment */
459 Image *image; /* text in file attached to this segment */
460 Physseg *pseg;
461 ulong* profile; /* Tick profile area */
462 Pte **map;
463 int mapsize;
464 Pte *ssegmap[SSEGMAPSIZE];
465 Lock semalock;
466 Sema sema;
467 ulong mark; /* portcountrefs */