Searched defs:Physseg (Results 1 – 2 of 2) sorted by relevance
32 typedef struct Physseg Physseg; typedef428 struct Physseg struct430 ulong attr; /* Segment attributes */431 char *name; /* Attach name */432 ulong pa; /* Physical address */433 ulong size; /* Maximum segment size in pages */434 Page *(*pgalloc)(Segment*, ulong); /* Allocation if we need it */435 void (*pgfree)(Page*);
39 typedef struct Physseg Physseg; typedef