Searched defs:vm_entry_template_s (Results 1 – 1 of 1) sorted by relevance
228 typedef struct vm_entry_template_s { struct229 mach_vm_size_t size;230 vm_entry_template_kind_t kind;239 vm_object_template_t *object;241 mach_vm_offset_t offset;243 vm_prot_t protection;244 vm_prot_t max_protection;245 vm_inherit_t inheritance;246 vm_behavior_t behavior;247 bool permanent;[all …]