Home
last modified time | relevance | path

Searched defs:Physseg (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/port/
H A Dportdat.h32 typedef struct Physseg Physseg; typedef
428 struct Physseg struct
430 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*);
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h39 typedef struct Physseg Physseg; typedef