Searched refs:fault_typea (Results 1 – 1 of 1) sorted by relevance
5026 vm_prot_t fault_typea, in vm_map_lookup() argument5071 if ((fault_typea & VM_PROT_FAULT_LOOKUP) != 0) { in vm_map_lookup()5072 fault_typea &= ~VM_PROT_FAULT_LOOKUP; in vm_map_lookup()5080 fault_type = fault_typea & VM_PROT_ALL; in vm_map_lookup()5089 if ((fault_typea & VM_PROT_COPY) != 0 && in vm_map_lookup()5117 (fault_typea & VM_PROT_COPY) != 0) { in vm_map_lookup()5197 vm_prot_t fault_typea, in vm_map_lookup_locked() argument5207 vm_prot_t fault_type = fault_typea; in vm_map_lookup_locked()