Searched defs:vm_map_header (Results 1 – 1 of 1) sorted by relevance
89 struct vm_map_header { struct90 struct vm_map_links links; /* first, last, min, max */91 int nentries; /* Number of entries */92 uint16_t page_shift; /* page shift */93 uint16_t entries_pageable : 1; /* are map entries pageable? */94 uint16_t __padding : 15;96 struct rb_head rb_head_store;