Home
last modified time | relevance | path

Searched refs:protoeflags (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_map.c1652 vm_eflags_t protoeflags; in vm_map_insert() local
1696 protoeflags = 0; in vm_map_insert()
1700 protoeflags |= MAP_ENTRY_NOFAULT; in vm_map_insert()
1702 protoeflags |= MAP_ENTRY_NOSYNC; in vm_map_insert()
1704 protoeflags |= MAP_ENTRY_NOCOREDUMP; in vm_map_insert()
1708 protoeflags |= MAP_ENTRY_GROWS_UP; in vm_map_insert()
1710 protoeflags |= MAP_ENTRY_WRITECNT; in vm_map_insert()
1712 protoeflags |= MAP_ENTRY_VN_EXEC; in vm_map_insert()
1714 protoeflags |= MAP_ENTRY_GUARD; in vm_map_insert()
1768 protoeflags && in vm_map_insert()
[all …]