Searched refs:fault_typea (Results 1 – 1 of 1) sorted by relevance
4981 vm_prot_t fault_typea, in vm_map_lookup() argument5026 if ((fault_typea & VM_PROT_FAULT_LOOKUP) != 0) { in vm_map_lookup()5027 fault_typea &= ~VM_PROT_FAULT_LOOKUP; in vm_map_lookup()5034 fault_type = fault_typea & VM_PROT_ALL; in vm_map_lookup()5043 if ((fault_typea & VM_PROT_COPY) != 0 && in vm_map_lookup()5071 (fault_typea & VM_PROT_COPY) != 0) { in vm_map_lookup()5151 vm_prot_t fault_typea, in vm_map_lookup_locked() argument5161 vm_prot_t fault_type = fault_typea; in vm_map_lookup_locked()