Searched refs:VM_MAP_CREATE_PAGEABLE (Results 1 – 2 of 2) sorted by relevance
1106 #define VM_MAP_CREATE_PAGEABLE 0x00000001 macro1108 #define VM_MAP_CREATE_ALL_OPTIONS (VM_MAP_CREATE_PAGEABLE | \
1307 options |= VM_MAP_CREATE_PAGEABLE; in vm_map_create()1332 if (options & VM_MAP_CREATE_PAGEABLE) { in vm_map_create_options()12862 map_create_options |= VM_MAP_CREATE_PAGEABLE; in vm_map_fork()