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