Searched defs:Segment (Results 1 – 7 of 7) sorted by relevance
9 typedef struct Segment Segment; typedef128 struct Segment struct142 Segment seg[Nseg]; argument
18 typedef struct Segment Segment; typedef119 struct Segment struct133 Segment seg[Nseg]; argument
11 typedef struct Segment Segment; typedef137 struct Segment struct151 Segment seg[Nseg]; argument
18 typedef struct Segment Segment; typedef115 struct Segment struct129 Segment seg[Nseg]; argument
44 typedef struct Segment Segment; typedef396 struct Segment struct399 QLock lk;400 ushort steal; /* Page stealer lock */401 ushort type; /* segment type */402 int color;403 uintptr base; /* virtual base */404 uintptr top; /* virtual top */405 usize size; /* size in pages */406 ulong fstart; /* start address in file for demand load */[all …]
43 typedef struct Segment Segment; typedef447 struct Segment struct450 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 */[all …]
49 typedef struct Segment Segment; typedef