Lines Matching defs:vmproc
14 struct vmproc { struct
15 int vm_flags;
16 endpoint_t vm_endpoint;
17 pt_t vm_pt; /* page table data */
18 struct boot_image *vm_boot; /* if boot time process */
21 region_avl vm_regions_avl;
22 vir_bytes vm_region_top; /* highest vaddr last inserted */
23 int vm_acl;
24 int vm_slot; /* process table slot */
26 int vm_bytecopies;
28 vir_bytes vm_total;
29 vir_bytes vm_total_max;
30 u64_t vm_minor_page_fault;
31 u64_t vm_major_page_fault;