2 #define PHYS_REGION_H 1
6 typedef struct phys_region
{
8 struct vir_region
*parent
; /* vir_region or NULL if yielded */
9 vir_bytes offset
; /* offset from start of vir region */
11 int written
; /* written to pagetable */
14 /* list of phys_regions that reference the same phys_block */
15 struct phys_region
*next_ph_list
;
18 struct phys_region
*less
, *greater
;